Fix incorrect copy-pasted method decl that MSVC allowed.
authorReid Kleckner <reid@kleckner.net>
Fri, 27 Dec 2013 19:45:53 +0000 (19:45 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 27 Dec 2013 19:45:53 +0000 (19:45 +0000)
llvm-svn: 198081

clang/lib/AST/VTableBuilder.cpp

index b14ddbf..1174094 100644 (file)
@@ -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.