diff options
Diffstat (limited to 'compilerplugins/clang/sallogareas.hxx')
-rw-r--r-- | compilerplugins/clang/sallogareas.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/sallogareas.hxx b/compilerplugins/clang/sallogareas.hxx index c00897c8c8f4..d18df946a428 100644 --- a/compilerplugins/clang/sallogareas.hxx +++ b/compilerplugins/clang/sallogareas.hxx @@ -24,7 +24,7 @@ class SalLogAreas , public Plugin { public: - explicit SalLogAreas( CompilerInstance& compiler ); + explicit SalLogAreas( const InstantiationData& data ); virtual void run() override; bool VisitFunctionDecl( const FunctionDecl* function ); bool VisitCallExpr( const CallExpr* call ); |