diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-30 06:17:20 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-30 17:48:31 -0400 |
commit | 924c0a30134d0ffc591d596d2646bd946a3536ef (patch) | |
tree | e32b105dd40b5fc8720d922e665a9bd9a4e3406d /src/item.h | |
parent | f3565495b1b8d92f2290cf4c9295de8b12b8a071 (diff) | |
download | fork-ledger-924c0a30134d0ffc591d596d2646bd946a3536ef.tar.gz fork-ledger-924c0a30134d0ffc591d596d2646bd946a3536ef.tar.bz2 fork-ledger-924c0a30134d0ffc591d596d2646bd946a3536ef.zip |
Fixed a comment, and some whitespace
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -61,7 +61,7 @@ public: #define ITEM_NORMAL 0x00 // no flags at all, a basic posting // jww (2009-10-27): I'm not consistent on the difference between these two. #define ITEM_GENERATED 0x01 // posting was not found in a journal -#define ITEM_TEMP 0x02 // posting is a temporary object +#define ITEM_TEMP 0x02 // posting is a managed temporary enum state_t { UNCLEARED = 0, CLEARED, PENDING }; @@ -102,7 +102,6 @@ public: _date = item._date; _date_eff = item._date_eff; - note = item.note; pathname = item.pathname; |