diff options
Diffstat (limited to 'include/clang/Index/Program.h')
-rw-r--r-- | include/clang/Index/Program.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Index/Program.h b/include/clang/Index/Program.h index b2bdaa6c2e..a9e0b878d7 100644 --- a/include/clang/Index/Program.h +++ b/include/clang/Index/Program.h @@ -28,6 +28,7 @@ class Program { Program(const Program&); // do not implement Program &operator=(const Program &); // do not implement friend class Entity; + friend class GlobalSelector; public: Program(); |