From 63229f465aaea8dd5553814535220817319a64f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 May 2015 21:22:14 +0200 Subject: Cleanup the code --- 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 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 (s, - ::cli::unknown_mode::fail, - ::cli::unknown_mode::fail); + cli::unknown_mode::fail, + cli::unknown_mode::fail); } void view:: -- cgit v1.1