diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-20 05:32:09 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-20 05:32:09 -0400 |
commit | 20e35aa6f56bebd25863681e0406df4601e86a36 (patch) | |
tree | b04f593db2ef34f80e2cb45eed80737efc22d6ae /valexpr.h | |
parent | 52fc9f2e4499e75d17e7f12d32a8391054d8634a (diff) | |
download | fork-ledger-20e35aa6f56bebd25863681e0406df4601e86a36.tar.gz fork-ledger-20e35aa6f56bebd25863681e0406df4601e86a36.tar.bz2 fork-ledger-20e35aa6f56bebd25863681e0406df4601e86a36.zip |
I have walked further along the road less compiled by...
Diffstat (limited to 'valexpr.h')
-rw-r--r-- | valexpr.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -602,8 +602,8 @@ class valexpr_context : public error_context { ptr_op_t expr; ptr_op_t error_node; - valexpr_context(const ptr_op_t _expr, - const string& desc = "") throw(); + valexpr_context(const ptr_op_t& _expr, + const string& desc = "") throw(); virtual ~valexpr_context() throw(); virtual void describe(std::ostream& out) const throw(); |