summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-18 16:44:07 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-18 16:44:07 -0500
commit97122cf1f7ba03ecafd6aef72a20cfd46a8103ec (patch)
tree9796c598c02f2a5e4fc8d16c3d668235b9953f37 /src
parent6cd0ba584e7bc64cbf86c58ca6fd208ba19e9dae (diff)
downloadledger-97122cf1f7ba03ecafd6aef72a20cfd46a8103ec.tar.gz
ledger-97122cf1f7ba03ecafd6aef72a20cfd46a8103ec.tar.bz2
ledger-97122cf1f7ba03ecafd6aef72a20cfd46a8103ec.zip
Wasn't serializing date_range_t::end_inclusive member
Diffstat (limited to 'src')
-rw-r--r--src/times.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/times.h b/src/times.h
index 1c9d812e..826937bb 100644
--- a/src/times.h
+++ b/src/times.h
@@ -449,6 +449,7 @@ private:
void serialize(Archive& ar, const unsigned int /* version */) {
ar & range_begin;
ar & range_end;
+ ar & end_inclusive;
}
#endif // HAVE_BOOST_SERIALIZATION
};