compilerplugins: Fix tutorials plugins

Broken in commit 1f078fcadd

Change-Id: Ica93c3b9309b2ae4d973ccc34a84b5accac7472c
Reviewed-on: https://gerrit.libreoffice.org/10478
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
Juan Picca
2014-07-23 00:02:35 -03:00
committed by Thomas Arnhold
parent 19307f65aa
commit 9f282bdd86
6 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ class Tutorial3
{
public:
// One more argument for ctor.
Tutorial3( CompilerInstance& compiler, Rewriter& rewriter );
Tutorial3( const InstantiationData& data );
virtual void run() override;
// Will be called for every if statement.
bool VisitIfStmt( const IfStmt* ifstmt );