summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/tutorial/tutorial1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/tutorial/tutorial1.cxx')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/tutorial/tutorial1.cxx b/compilerplugins/clang/store/tutorial/tutorial1.cxx
index 63158e895ebc..cd3f710d1187 100644
--- a/compilerplugins/clang/store/tutorial/tutorial1.cxx
+++ b/compilerplugins/clang/store/tutorial/tutorial1.cxx
@@ -21,8 +21,8 @@ namespace loplugin
{
// Ctor, nothing special, pass the argument(s).
-Tutorial1::Tutorial1( CompilerInstance& compiler )
- : Plugin( compiler )
+Tutorial1::Tutorial1( const InstantiationData& data )
+ : Plugin( data )
{
}