diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-04 14:50:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:48:44 -0400 |
commit | 1d9ed97c24352a2704d869a4b5d51b4bca82bc48 (patch) | |
tree | 06ddd307d77226182fed1b37e52ddbaaf763f3dd /value.h | |
parent | 581b3d5b9a3eebdd8f396d910386cadd9426b915 (diff) | |
download | fork-ledger-1d9ed97c24352a2704d869a4b5d51b4bca82bc48.tar.gz fork-ledger-1d9ed97c24352a2704d869a4b5d51b4bca82bc48.tar.bz2 fork-ledger-1d9ed97c24352a2704d869a4b5d51b4bca82bc48.zip |
*** no comment ***
Diffstat (limited to 'value.h')
-rw-r--r-- | value.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -89,7 +89,6 @@ class value_t } void destroy(); - void simplify(); value_t& operator=(const value_t& value); value_t& operator=(const bool value) { |