diff options
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 575b518767..8f165109f5 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -409,7 +409,8 @@ public: /// getVtableLinkage - Return the appropriate linkage for the vtable, VTT, /// and type information of the given class. - llvm::GlobalVariable::LinkageTypes getVtableLinkage(const CXXRecordDecl *RD); + static llvm::GlobalVariable::LinkageTypes + getVtableLinkage(const CXXRecordDecl *RD); private: /// UniqueMangledName - Unique a name by (if necessary) inserting it into the |