aboutsummaryrefslogtreecommitdiff
path: root/brep/search.cxx
diff options
context:
space:
mode:
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: "