diff options
Diffstat (limited to 'compilerplugins/clang/bodynotinblock.hxx')
-rw-r--r-- | compilerplugins/clang/bodynotinblock.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/bodynotinblock.hxx b/compilerplugins/clang/bodynotinblock.hxx index 5a91b9124ace..e79060b8a073 100644 --- a/compilerplugins/clang/bodynotinblock.hxx +++ b/compilerplugins/clang/bodynotinblock.hxx @@ -22,7 +22,7 @@ class BodyNotInBlock , public Plugin { public: - explicit BodyNotInBlock( CompilerInstance& compiler ); + explicit BodyNotInBlock( const InstantiationData& data ); virtual void run() override; bool VisitIfStmt( const IfStmt* stmt ); bool VisitWhileStmt( const WhileStmt* stmt ); |