diff options
Diffstat (limited to 'idlc/source/astdeclaration.cxx')
-rw-r--r-- | idlc/source/astdeclaration.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/astdeclaration.cxx b/idlc/source/astdeclaration.cxx index c23894ed902a..b9e11db7b6a2 100644 --- a/idlc/source/astdeclaration.cxx +++ b/idlc/source/astdeclaration.cxx @@ -132,7 +132,7 @@ bool AstDeclaration::dump(RegistryKey& rKey) { DeclList::const_iterator iter = pScope->getIteratorBegin(); DeclList::const_iterator end = pScope->getIteratorEnd(); - AstDeclaration* pDecl = NULL; + AstDeclaration* pDecl = nullptr; while ( iter != end && bRet) { pDecl = *iter; |