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:
committed by
Thomas Arnhold
parent
19307f65aa
commit
9f282bdd86
@@ -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.
|
||||
|
Reference in New Issue
Block a user