Skip to content

Commit

Permalink
fixup initialization list
Browse files Browse the repository at this point in the history
(to address reorder warning)
  • Loading branch information
cbeck88 committed May 8, 2014
1 parent 66c7fe1 commit 287f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commandline_options.cpp
Expand Up @@ -62,7 +62,6 @@ commandline_options::commandline_options ( int argc, char** argv ) :
fullscreen(false),
gunzip(),
gzip(),
headless_unit_test(false),
help(),
language(),
log(),
Expand Down Expand Up @@ -112,6 +111,7 @@ commandline_options::commandline_options ( int argc, char** argv ) :
strict_validation(false),
test(),
unit_test(),
headless_unit_test(false),
noreplaycheck(false),
userconfig_path(false),
userconfig_dir(),
Expand Down

0 comments on commit 287f975

Please sign in to comment.