aboutsummaryrefslogtreecommitdiff
path: root/brep/search.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/search.cxx
parent73eb44142be85f964a32be00e8ce655f61063d08 (diff)
Cleanup the code
Diffstat (limited to 'brep/search.cxx')
-rw-r--r--brep/search.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/brep/search.cxx b/brep/search.cxx
index 5f9f507..e282f79 100644
--- a/brep/search.cxx
+++ b/brep/search.cxx
@@ -15,13 +15,13 @@ using namespace std;
namespace brep
{
void search::
- init (::cli::scanner& s)
+ init (cli::scanner& s)
{
MODULE_DIAG;
options_ = make_shared<search_options> (s,
- ::cli::unknown_mode::fail,
- ::cli::unknown_mode::fail);
+ cli::unknown_mode::fail,
+ cli::unknown_mode::fail);
if (options_->results_on_page () > 30)
fail << "too many search results on page: "