aboutsummaryrefslogtreecommitdiff
path: root/brep/view.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-04 21:22:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-04 21:22:14 +0200
commit63229f465aaea8dd5553814535220817319a64f5 (patch)
tree326ce5cbf4afd118b34ad74d8698a30a23860a42 /brep/view.cxx
parent73eb44142be85f964a32be00e8ce655f61063d08 (diff)
Cleanup the code
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::