summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h
index 12a4904..8d7dc20 100644
--- a/src/token.h
+++ b/src/token.h
@@ -41,6 +41,8 @@ public:
41 Token( const Token &rSrc ); 41 Token( const Token &rSrc );
42 ~Token(); 42 ~Token();
43 43
44 Token &operator=( const Token &rhs );
45
44 Type eType; 46 Type eType;
45 union 47 union
46 { 48 {