diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-10 04:38:38 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-10 04:38:38 -0400 |
commit | 6261da4660a6602345c19d5a948124991bda86dc (patch) | |
tree | a3913dfa8dd403f8c32c27734b7a1cc73107afaf /walk.h | |
parent | 359b3ba3266d440a99fc506212a2a03bd5be4de7 (diff) | |
download | fork-ledger-6261da4660a6602345c19d5a948124991bda86dc.tar.gz fork-ledger-6261da4660a6602345c19d5a948124991bda86dc.tar.bz2 fork-ledger-6261da4660a6602345c19d5a948124991bda86dc.zip |
slight changed semantics of item_handler<T>, to play better with Boost.Python
Diffstat (limited to 'walk.h')
-rw-r--r-- | walk.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,8 +25,6 @@ struct item_handler { virtual ~item_handler() { DEBUG_PRINT("ledger.memory.dtors", "dtor item_handler<T>"); - if (handler) - delete handler; } virtual void flush() { if (handler) |