Reorder some fields to avoid a warning

This commit is contained in:
ridiculousfish 2012-12-03 00:21:58 -08:00
parent 4a55fff3b9
commit 36dfc9f1bf

View file

@ -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)
{