diff options
Diffstat (limited to 'src/expr.h')
-rw-r--r-- | src/expr.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -116,10 +116,7 @@ public: } ptr_op_t get_op() throw(); - - string text() const throw() { - return str; - } + string text(); // This has special use in the textual parser void set_text(const string& txt) { |