13
0

fix -Wreorder in 6377fe89

This commit is contained in:
Robin Gareus 2015-01-29 02:28:25 +01:00
parent c11a7a1bd7
commit def2147b4c

View File

@ -55,10 +55,10 @@ ExportFilename::ExportFilename (Session & session) :
include_timespan (true), // Include timespan name always
include_time (false),
include_date (false),
date_format (D_None),
time_format (T_None),
session (session),
revision (1)
revision (1),
date_format (D_None),
time_format (T_None)
{
time_t rawtime;
std::time (&rawtime);