--- a/src/Expression.cc Sun Feb 09 15:03:44 2014 +0200
+++ b/src/Expression.cc Sun Feb 09 15:06:37 2014 +0200
@@ -77,7 +77,7 @@
try
{
- mLexer->MustGetNext();
+ mLexer->MustGetNext (tkAny);
if (mLexer->GetTokenType() == tkColon)
return new ExpressionColon;