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