add const
Change-Id: I71236b9ca6300372ba00c85401cf19f6c0e7ac99
This commit is contained in:
@@ -29,7 +29,7 @@ void PostfixIncrementFix::run()
|
||||
TraverseDecl( compiler.getASTContext().getTranslationUnitDecl());
|
||||
}
|
||||
|
||||
bool PostfixIncrementFix::VisitFunctionDecl( FunctionDecl* declaration )
|
||||
bool PostfixIncrementFix::VisitFunctionDecl( const FunctionDecl* declaration )
|
||||
{
|
||||
if( ignoreLocation( declaration ))
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user