diff options
Diffstat (limited to 'include/clang/AST/DeclBase.h')
-rw-r--r-- | include/clang/AST/DeclBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 8d64cb5089..c67391653a 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -271,7 +271,7 @@ protected: } virtual ~Decl(); - + public: /// \brief Source range that this declaration covers. @@ -488,7 +488,7 @@ protected: /// /// Decl subclasses that can be redeclared should override this method so that /// Decl::redecl_iterator can iterate over them. - virtual Decl *getNextRedeclaration() { return this; } + Decl *getNextRedeclaration(); public: /// \brief Iterates through all the redeclarations of the same decl. |