From 24903813d11813f8ff9ac906d23b21e6c33b981d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Aug 2015 20:11:47 +0200 Subject: Parse http request parameters using CLI --- brep/view.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'brep/view.cxx') diff --git a/brep/view.cxx b/brep/view.cxx index 2f3bd17..3098e93 100644 --- a/brep/view.cxx +++ b/brep/view.cxx @@ -26,9 +26,9 @@ namespace brep void view:: init (cli::scanner& s) { - options_ = make_shared (s, - cli::unknown_mode::fail, - cli::unknown_mode::fail); + options_ = make_shared (s, + cli::unknown_mode::fail, + cli::unknown_mode::fail); db_ = shared_database (options_->db_host (), options_->db_port ()); } -- cgit v1.1