diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-28 23:46:14 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-28 23:46:14 -0400 |
commit | 2b3f3e9867431174f5b5b25e47098a7218213a82 (patch) | |
tree | a27560ebcfad59813cd5e988ffae933c1d04cec3 /src/expr.h | |
parent | 375f6c257d23ac7655ce0738a72acceb78119457 (diff) | |
parent | 52433e56e562976887325ce48a6271abb82a89aa (diff) | |
download | fork-ledger-2b3f3e9867431174f5b5b25e47098a7218213a82.tar.gz fork-ledger-2b3f3e9867431174f5b5b25e47098a7218213a82.tar.bz2 fork-ledger-2b3f3e9867431174f5b5b25e47098a7218213a82.zip |
Merge branch 'next'
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) { |