aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.h')
-rw-r--r--src/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lexer.h b/src/lexer.h
index 9840afe..f4e0479 100644
--- a/src/lexer.h
+++ b/src/lexer.h
@@ -44,7 +44,7 @@ namespace Bu
44 44
45 virtual Token *nextToken()=0; 45 virtual Token *nextToken()=0;
46 46
47 virtual Bu::FString tokenToString( const Token &t ); 47 virtual Bu::String tokenToString( const Token &t );
48 }; 48 };
49}; 49};
50 50