summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/postfixincrementfix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/postfixincrementfix.hxx')
-rw-r--r--compilerplugins/clang/store/postfixincrementfix.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/postfixincrementfix.hxx b/compilerplugins/clang/store/postfixincrementfix.hxx
index 60dc93bb79f6..6cc2470e6ee7 100644
--- a/compilerplugins/clang/store/postfixincrementfix.hxx
+++ b/compilerplugins/clang/store/postfixincrementfix.hxx
@@ -18,8 +18,7 @@ namespace loplugin
{
class PostfixIncrementFix
- : public RecursiveASTVisitor< PostfixIncrementFix >
- , public RewritePlugin
+ : public loplugin::FilteringRewritePlugin< PostfixIncrementFix >
{
public:
explicit PostfixIncrementFix( const InstantiationData& data );