diff options
Diffstat (limited to 'valexpr.h')
-rw-r--r-- | valexpr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -794,7 +794,7 @@ public: } operator bool() const throw() { - return ptr != NULL; + return ptr.get() != NULL; } operator string() const throw() { return expr_str; |