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