diff options
Diffstat (limited to 'src/astleafliteral.h')
-rw-r--r-- | src/astleafliteral.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/astleafliteral.h b/src/astleafliteral.h index c8867e1..e2da3f6 100644 --- a/src/astleafliteral.h +++ b/src/astleafliteral.h | |||
@@ -9,6 +9,7 @@ class AstLeafLiteral : public AstNode | |||
9 | friend Bu::Formatter &operator<<( Bu::Formatter &f, const AstLeafLiteral &l ); | 9 | friend Bu::Formatter &operator<<( Bu::Formatter &f, const AstLeafLiteral &l ); |
10 | public: | 10 | public: |
11 | AstLeafLiteral( const Variable &v ); | 11 | AstLeafLiteral( const Variable &v ); |
12 | AstLeafLiteral( AstNode eType, const Variable &v ); | ||
12 | virtual ~AstLeafLiteral(); | 13 | virtual ~AstLeafLiteral(); |
13 | 14 | ||
14 | const Variable &getValue() const { return vValue; } | 15 | const Variable &getValue() const { return vValue; } |