summaryrefslogtreecommitdiff
path: root/src/times.h
diff options
context:
space:
mode:
authorJoe Gallo <joegallo@gmail.com>2014-08-26 09:07:57 -0400
committerJoe Gallo <joegallo@gmail.com>2014-08-26 09:07:57 -0400
commitdf9ae3ab9b37fde803f26c6bc4eaadfd67fc1d07 (patch)
treec9ebf25e8dad05241484992f46785ff7765c78ae /src/times.h
parentfa46f3442d2fa9e462c14564aecbfe34c16d18b2 (diff)
downloadfork-ledger-df9ae3ab9b37fde803f26c6bc4eaadfd67fc1d07.tar.gz
fork-ledger-df9ae3ab9b37fde803f26c6bc4eaadfd67fc1d07.tar.bz2
fork-ledger-df9ae3ab9b37fde803f26c6bc4eaadfd67fc1d07.zip
fix "no viable conversion from ... to 'bool'"
Diffstat (limited to 'src/times.h')
-rw-r--r--src/times.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/times.h b/src/times.h
index 2a5b9277..d2f7bb19 100644
--- a/src/times.h
+++ b/src/times.h
@@ -568,7 +568,7 @@ public:
void stabilize(const optional<date_t>& date = none);
bool is_valid() const {
- return start;
+ return start != NULL;
}
/** Find the current or next period containing date. Returns false if