test: added GraphFilter and GraphFilterConductor tests
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "data/parser/ParseVariable.h"
|
||||
#include "data/type/DataType.h"
|
||||
|
||||
ASTVisitor::ASTVisitor(clang::ASTContext* context, std::shared_ptr<ParserClient> client)
|
||||
ASTVisitor::ASTVisitor(clang::ASTContext* context, ParserClient* client)
|
||||
: m_context(context)
|
||||
, m_client(client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user