summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInherit.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/SemaInherit.h')
-rw-r--r--clang/lib/Sema/SemaInherit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaInherit.h b/clang/lib/Sema/SemaInherit.h
index 6138685b264..a164d43e8ae 100644
--- a/clang/lib/Sema/SemaInherit.h
+++ b/clang/lib/Sema/SemaInherit.h
@@ -40,7 +40,7 @@ namespace clang {
const CXXBaseSpecifier *Base;
/// Class - The record decl of the class that the base is a base of.
- const CXXRecordDecl *Class;
+ CXXRecordDecl *Class;
/// SubobjectNumber - Identifies which base class subobject (of type
/// @c Base->getType()) this base path element refers to. This
OpenPOWER on IntegriCloud