summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/store/lclstaticfix.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/lclstaticfix.cxx')
-rw-r--r--compilerplugins/clang/store/lclstaticfix.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/lclstaticfix.cxx b/compilerplugins/clang/store/lclstaticfix.cxx
index 423a1caa4af8..01dafd5fb1ac 100644
--- a/compilerplugins/clang/store/lclstaticfix.cxx
+++ b/compilerplugins/clang/store/lclstaticfix.cxx
@@ -29,7 +29,7 @@ void LclStaticFix::run()
TraverseDecl( compiler.getASTContext().getTranslationUnitDecl());
}
-bool LclStaticFix::VisitFunctionDecl( FunctionDecl* declaration )
+bool LclStaticFix::VisitFunctionDecl( const FunctionDecl* declaration )
{
if( ignoreLocation( declaration ))
return true;