fixed another case issue in remote member access

This commit is contained in:
Marc Zinnschlag 2014-02-13 09:40:07 +01:00
parent c03bd8ebb6
commit 87b51e47a9
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,6 @@
#include "generator.hpp"
#include "errorhandler.hpp"
#include <iostream>
namespace Compiler
{
bool ControlParser::parseIfBody (int keyword, const TokenLoc& loc, Scanner& scanner)