diff options
-rw-r--r-- | src/exprbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exprbase.h b/src/exprbase.h index 0b1ef243..56900dbb 100644 --- a/src/exprbase.h +++ b/src/exprbase.h @@ -113,7 +113,7 @@ public: return ! str.empty(); } - virtual string text() { + virtual string text() const throw() { return str; } void set_text(const string& txt) { |