summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/options.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/options.cxx b/cli/options.cxx
index c8a83df..eaef875 100644
--- a/cli/options.cxx
+++ b/cli/options.cxx
@@ -924,7 +924,9 @@ struct _cli_options_map_init
_cli_options_map_["--options-file"] =
&::cli::thunk< options, std::string, &options::options_file_ >;
}
-} _cli_options_map_init_;
+};
+
+static _cli_options_map_init _cli_options_map_init_;
void options::
_parse (::cli::scanner& s,