summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/referencecasting.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/referencecasting.hxx')
-rw-r--r--compilerplugins/clang/store/referencecasting.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/referencecasting.hxx b/compilerplugins/clang/store/referencecasting.hxx
index 732e32de7b75..454d5ee823f0 100644
--- a/compilerplugins/clang/store/referencecasting.hxx
+++ b/compilerplugins/clang/store/referencecasting.hxx
@@ -22,7 +22,7 @@ class ReferenceCasting
{
public:
explicit ReferenceCasting( CompilerInstance& compiler );
- virtual void run();
+ virtual void run() override;
bool VisitCXXConstructExpr( CXXConstructExpr* cce );
};