diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-27 05:22:12 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-27 05:22:12 -0400 |
commit | 8b2bf571d8428598b352f282556668d821160ffa (patch) | |
tree | 2c98cb188624649b7c11111189b4769fd269c479 /src/item.h | |
parent | 20e6451ff14c4496e04b39b69c825acfd9af5eac (diff) | |
download | fork-ledger-8b2bf571d8428598b352f282556668d821160ffa.tar.gz fork-ledger-8b2bf571d8428598b352f282556668d821160ffa.tar.bz2 fork-ledger-8b2bf571d8428598b352f282556668d821160ffa.zip |
Added a comment about a confusing bit of code
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ class item_t : public supports_flags<>, public scope_t { 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 |