mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-08 23:17:05 +00:00
Parse game and block commands
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "Parsing/Commands/Sequence/SequenceUse.h"
|
||||
|
||||
CommandsParser::CommandsParser(CommandsLexer* lexer, IDataRepository* targetRepository)
|
||||
: AbstractParser(lexer, std::make_unique<CommandsParserState>()),
|
||||
: AbstractParser(lexer, std::make_unique<CommandsParserState>(targetRepository)),
|
||||
m_repository(targetRepository)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user