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