From 8da361db324d454ee9910ea3e169f428d32a925a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 16 Sep 2014 15:25:52 -0500 Subject: copyediting: move line to remove unnecessary diff from trunk --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index c16cb20..aa8f829 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -67,6 +67,7 @@ namespace { // create the live objects auto live_settings = std::make_shared(); + auto live_timezones = std::make_shared(live_settings, TIMEZONE_FILE); auto live_clock = std::make_shared(timezone_); // create a full-month planner currently pointing to the current month @@ -79,7 +80,6 @@ namespace auto calendar_upcoming = std::make_shared(range_planner, now); // create the state - auto live_timezones = std::make_shared(live_settings, TIMEZONE_FILE); auto state = std::make_shared(); state->settings = live_settings; state->clock = live_clock; -- cgit v1.2.3