patrick
/
plasp
Archived
1
0
Fork 0

Added to-do.

This commit is contained in:
Patrick Lühne 2016-06-09 22:55:16 +02:00
parent 85444f235b
commit f8fc1865a2
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ void Problem::parseGoalSection()
parser.expect<std::string>(":");
parser.expect<std::string>("goal");
// TODO: remove workaround
expressions::Variables noParameters;
ExpressionContext expressionContext(m_domain, this, noParameters);