summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/tutorial/tutorial1.hxx
diff options
context:
space:
mode:
authorJuan Picca <jumapico@gmail.com>2014-07-23 00:02:35 -0300
committerThomas Arnhold <thomas@arnhold.org>2014-07-24 08:17:16 +0000
commit9f282bdd86d25dd8c01c01a3cadcc8fba599294f (patch)
tree8bd2d2d2762cd6348e17c0d376dd288c05dad721 /compilerplugins/clang/store/tutorial/tutorial1.hxx
parent19307f65aa1e1f992da42c26fbbff62d4c31e3bb (diff)
compilerplugins: Fix tutorials plugins
Broken in commit 1f078fcaddd45bb074e4d0a4933db01f6e8b623e Change-Id: Ica93c3b9309b2ae4d973ccc34a84b5accac7472c Reviewed-on: https://gerrit.libreoffice.org/10478 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'compilerplugins/clang/store/tutorial/tutorial1.hxx')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial1.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/tutorial/tutorial1.hxx b/compilerplugins/clang/store/tutorial/tutorial1.hxx
index 9eebd644273e..365d9259680c 100644
--- a/compilerplugins/clang/store/tutorial/tutorial1.hxx
+++ b/compilerplugins/clang/store/tutorial/tutorial1.hxx
@@ -26,7 +26,7 @@ class Tutorial1
{
public:
// Ctor, nothing special.
- Tutorial1( CompilerInstance& compiler );
+ Tutorial1( const InstantiationData& data );
// The function that will be called to perform the actual action.
virtual void run() override;
// Function from Clang, it will be called for every return statement in the source.