diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-27 08:32:42 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-27 08:32:42 -0400 |
commit | 027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa (patch) | |
tree | eb5ab88d751ec975681ae748d441f44d4799bd63 /src/item.h | |
parent | 7fae606d622d8cd463ce5f81f5d7872a4fdebc60 (diff) | |
parent | 3ea7fbd5f6db4d362af79953b23bacc904909cff (diff) | |
download | fork-ledger-027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa.tar.gz fork-ledger-027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa.tar.bz2 fork-ledger-027c255a4fa8dd8ab9cf433e6f9491ce7e5658aa.zip |
Merge branch 'next'
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 |