aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index dc42b27..300826e 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -183,6 +183,7 @@ static void showInfo(ostream &ostr) {
183} 183}
184 184
185struct Options { 185struct Options {
186 Options() : xsync(false) { }
186 std::string session_display; 187 std::string session_display;
187 std::string rc_file; 188 std::string rc_file;
188 std::string log_filename; 189 std::string log_filename;