adjust unused compiler plugins for ASTContext to CompilerInstance change too

Change-Id: I415ed25586408d7e7df9457f7c637a8c6d13d35d
This commit is contained in:
Luboš Luňák
2013-03-28 18:07:09 +01:00
parent 153a69cad2
commit c63e6c38c9
8 changed files with 16 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ class Tutorial2
, public Plugin
{
public:
Tutorial2( ASTContext& context );
Tutorial2( CompilerInstance& compiler );
virtual void run();
// Will be called for every if statement.
bool VisitIfStmt( IfStmt* ifstmt );