aboutsummaryrefslogtreecommitdiff
path: root/brep/search
diff options
context:
space:
mode:
Diffstat (limited to 'brep/search')
-rw-r--r--brep/search2
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/search b/brep/search
index 078922e..0283859 100644
--- a/brep/search
+++ b/brep/search
@@ -24,7 +24,7 @@ namespace brep
init (cli::scanner&);
private:
- std::shared_ptr<search_options> options_;
+ std::shared_ptr<options::search> options_;
std::shared_ptr<odb::core::database> db_;
};
}