summaryrefslogtreecommitdiff
path: root/src/expr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-28 23:46:14 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-28 23:46:14 -0400
commit2b3f3e9867431174f5b5b25e47098a7218213a82 (patch)
treea27560ebcfad59813cd5e988ffae933c1d04cec3 /src/expr.h
parent375f6c257d23ac7655ce0738a72acceb78119457 (diff)
parent52433e56e562976887325ce48a6271abb82a89aa (diff)
downloadfork-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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/expr.h b/src/expr.h
index 24276cd1..b880fd79 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -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) {