aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-03 00:21:58 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-03 00:21:58 -0800
commit36dfc9f1bf208abd73e47241646608dfb73dc665 (patch)
treec97c98b586f6608760d2334b29501f5a4d7e0928 /history.cpp
parent4a55fff3b9edc3e3292ec2cd3d35ded8dfc7cacf (diff)
Reorder some fields to avoid a warning
Diffstat (limited to 'history.cpp')
-rw-r--r--history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.cpp b/history.cpp
index 9087fac3..56fb9488 100644
--- a/history.cpp
+++ b/history.cpp
@@ -474,8 +474,8 @@ history_t::history_t(const wcstring &pname) :
mmap_start(NULL),
mmap_length(0),
mmap_file_id(-1, -1),
- countdown_to_vacuum(-1),
birth_timestamp(time(NULL)),
+ countdown_to_vacuum(-1),
loaded_old(false),
chaos_mode(false)
{