summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sallogareas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/sallogareas.hxx')
-rw-r--r--compilerplugins/clang/sallogareas.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/sallogareas.hxx b/compilerplugins/clang/sallogareas.hxx
index 2c0326d58037..e00086b27ae4 100644
--- a/compilerplugins/clang/sallogareas.hxx
+++ b/compilerplugins/clang/sallogareas.hxx
@@ -24,7 +24,7 @@ class SalLogAreas
{
public:
explicit SalLogAreas( CompilerInstance& compiler );
- virtual void run();
+ virtual void run() override;
bool VisitFunctionDecl( const FunctionDecl* function );
bool VisitCallExpr( const CallExpr* call );
private: