diff options
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/AST/Decl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 697c561cb7..d603e677b2 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -850,7 +850,7 @@ public: /// \brief Determines whether this is a function "main", which is /// the entry point into an executable program. - bool isMain() const; + bool isMain(ASTContext &Context) const; /// \brief Determines whether this function is a function with /// external, C linkage. |