summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/lclstaticfix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/lclstaticfix.hxx')
-rw-r--r--compilerplugins/clang/store/lclstaticfix.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/lclstaticfix.hxx b/compilerplugins/clang/store/lclstaticfix.hxx
index 256c6dd14e0e..48e9c6699878 100644
--- a/compilerplugins/clang/store/lclstaticfix.hxx
+++ b/compilerplugins/clang/store/lclstaticfix.hxx
@@ -22,7 +22,7 @@ class LclStaticFix
{
public:
explicit LclStaticFix( CompilerInstance& compiler, Rewriter& rewriter );
- virtual void run();
+ virtual void run() override;
bool VisitFunctionDecl( const FunctionDecl* declaration );
};