test: added GraphFilter and GraphFilterConductor tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "data/parser/Parser.h"
|
||||
|
||||
Parser::Parser(std::shared_ptr<ParserClient> client)
|
||||
Parser::Parser(ParserClient* client)
|
||||
: m_client(client)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user