diff options
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/AST/VTableBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/VTableBuilder.cpp b/clang/lib/AST/VTableBuilder.cpp index b14ddbfe02e..1174094204b 100644 --- a/clang/lib/AST/VTableBuilder.cpp +++ b/clang/lib/AST/VTableBuilder.cpp @@ -2541,7 +2541,7 @@ private: } } - bool VFTableBuilder::NeedsReturnAdjustingThunk(const CXXMethodDecl *MD); + bool NeedsReturnAdjustingThunk(const CXXMethodDecl *MD); /// AddMethods - Add the methods of this base subobject and the relevant /// subbases to the vftable we're currently laying out. |