aboutsummaryrefslogtreecommitdiff
path: root/brep/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/view.cxx')
-rw-r--r--brep/view.cxx6
1 files changed, 3 insertions, 3 deletions
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<view_options> (s,
- cli::unknown_mode::fail,
- cli::unknown_mode::fail);
+ options_ = make_shared<options::view> (s,
+ cli::unknown_mode::fail,
+ cli::unknown_mode::fail);
db_ = shared_database (options_->db_host (), options_->db_port ());
}