diff options
author | John Wiegley <johnw@newartisans.com> | 2014-08-27 11:56:14 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-08-27 11:56:14 -0500 |
commit | 948f5fea2818df2e4793557505914bbc859fc193 (patch) | |
tree | bd18e0508f4dfad13a5b557eb420c20d885a61e2 /src/item.h | |
parent | 4ed6599579ebd1b74050df5362591d3acfca9091 (diff) | |
download | fork-ledger-948f5fea2818df2e4793557505914bbc859fc193.tar.gz fork-ledger-948f5fea2818df2e4793557505914bbc859fc193.tar.bz2 fork-ledger-948f5fea2818df2e4793557505914bbc859fc193.zip |
Revert "fix "no viable conversion from ... to 'bool'""
This reverts commit df9ae3ab9b37fde803f26c6bc4eaadfd67fc1d07.
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ public: static bool use_aux_date; virtual bool has_date() const { - return _date != NULL; + return _date; } virtual date_t date() const { |