Windows fix.

This commit is contained in:
chriseth
2016-04-21 16:13:39 +02:00
parent ed9da5171b
commit 8704dd0f7f
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ assembly::VariableDeclaration Parser::parseVariableDeclaration()
return varDecl;
}
FunctionalInstruction Parser::parseFunctionalInstruction(Statement&& _instruction)
FunctionalInstruction Parser::parseFunctionalInstruction(assembly::Statement&& _instruction)
{
if (_instruction.type() != typeid(Instruction))
fatalParserError("Assembly instruction required in front of \"(\")");