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 7ccc159..a644aec 100644
--- a/brep/view.cxx
+++ b/brep/view.cxx
@@ -16,9 +16,9 @@ namespace brep
void view::
init (::cli::scanner& s)
{
- options_ = std::make_shared<view_options> (s,
- ::cli::unknown_mode::fail,
- ::cli::unknown_mode::fail);
+ options_ = make_shared<view_options> (s,
+ ::cli::unknown_mode::fail,
+ ::cli::unknown_mode::fail);
}
void view::