Fixed a comment, and some whitespace
This commit is contained in:
parent
f3565495b1
commit
924c0a3013
1 changed files with 1 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ public:
|
||||||
#define ITEM_NORMAL 0x00 // no flags at all, a basic posting
|
#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.
|
// 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_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 };
|
enum state_t { UNCLEARED = 0, CLEARED, PENDING };
|
||||||
|
|
||||||
|
|
@ -102,7 +102,6 @@ public:
|
||||||
|
|
||||||
_date = item._date;
|
_date = item._date;
|
||||||
_date_eff = item._date_eff;
|
_date_eff = item._date_eff;
|
||||||
|
|
||||||
note = item.note;
|
note = item.note;
|
||||||
|
|
||||||
pathname = item.pathname;
|
pathname = item.pathname;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue