From def2147b4c3feafe3d84563aadecd770b81792a3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 29 Jan 2015 02:28:25 +0100 Subject: fix -Wreorder in 6377fe89 --- libs/ardour/export_filename.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/export_filename.cc') diff --git a/libs/ardour/export_filename.cc b/libs/ardour/export_filename.cc index 0f8b4f4ee8..945af25dee 100644 --- a/libs/ardour/export_filename.cc +++ b/libs/ardour/export_filename.cc @@ -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); -- cgit v1.2.3