diff options
Diffstat (limited to 'src/lexer.h')
-rw-r--r-- | src/lexer.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lexer.h b/src/lexer.h index 9840afe..b057692 100644 --- a/src/lexer.h +++ b/src/lexer.h | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2011 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
7 | |||
1 | #ifndef BU_LEXER_H | 8 | #ifndef BU_LEXER_H |
2 | #define BU_LEXER_H | 9 | #define BU_LEXER_H |
3 | 10 | ||
@@ -44,7 +51,7 @@ namespace Bu | |||
44 | 51 | ||
45 | virtual Token *nextToken()=0; | 52 | virtual Token *nextToken()=0; |
46 | 53 | ||
47 | virtual Bu::FString tokenToString( const Token &t ); | 54 | virtual Bu::String tokenToString( const Token &t ); |
48 | }; | 55 | }; |
49 | }; | 56 | }; |
50 | 57 | ||