summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/tutorial/tutorial2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/tutorial/tutorial2.cxx')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/store/tutorial/tutorial2.cxx b/compilerplugins/clang/store/tutorial/tutorial2.cxx
index c6bee6999982..5d3a2d6322e5 100644
--- a/compilerplugins/clang/store/tutorial/tutorial2.cxx
+++ b/compilerplugins/clang/store/tutorial/tutorial2.cxx
@@ -22,8 +22,8 @@ if( a == 1 )
namespace loplugin
{
-Tutorial2::Tutorial2( CompilerInstance& compiler )
- : Plugin( compiler )
+Tutorial2::Tutorial2( const InstantiationData& data )
+ : Plugin( data )
{
}