diff options
Diffstat (limited to 'src/tokenstring.h')
-rw-r--r-- | src/tokenstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenstring.h b/src/tokenstring.h index 37ce6f5..42f7309 100644 --- a/src/tokenstring.h +++ b/src/tokenstring.h | |||
@@ -27,7 +27,7 @@ public: | |||
27 | *@author Mike Buland | 27 | *@author Mike Buland |
28 | */ | 28 | */ |
29 | TokenString( const char *lpNewTokenString=NULL ); | 29 | TokenString( const char *lpNewTokenString=NULL ); |
30 | ~TokenString(); | 30 | virtual ~TokenString(); |
31 | 31 | ||
32 | /** Performs a tokenizing parse on the given command line, setting it as | 32 | /** Performs a tokenizing parse on the given command line, setting it as |
33 | * the internal command line for all future tokenizing (excluding | 33 | * the internal command line for all future tokenizing (excluding |