diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index e70da932f6..da878f3f13 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -258,7 +258,7 @@ private: DeclTy **Elements, unsigned NumElements); private: /// Set the current declaration context until it gets popped. - void PushDeclContext(DeclContext *CD); + void PushDeclContext(DeclContext *DC); void PopDeclContext(); /// Add this decl to the scope shadowed decl chains. |