summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/store/removeforwardstringdecl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/removeforwardstringdecl.hxx')
-rw-r--r--compilerplugins/clang/store/removeforwardstringdecl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/removeforwardstringdecl.hxx b/compilerplugins/clang/store/removeforwardstringdecl.hxx
index 774bbc3ffb0d..552aa4d4256e 100644
--- a/compilerplugins/clang/store/removeforwardstringdecl.hxx
+++ b/compilerplugins/clang/store/removeforwardstringdecl.hxx
@@ -22,7 +22,7 @@ class RemoveForwardStringDecl
{
public:
explicit RemoveForwardStringDecl( CompilerInstance& compiler, Rewriter& rewriter );
- virtual void run();
+ virtual void run() override;
bool VisitNamespaceDecl( const NamespaceDecl* declaration );
private:
bool tryRemoveStringForwardDecl( const Decl* decl );