aboutsummaryrefslogtreecommitdiff
path: root/brep/view
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-11 20:11:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-23 13:50:52 +0200
commit24903813d11813f8ff9ac906d23b21e6c33b981d (patch)
treeb4a7c1cc6dc4c2e7a1588573c86e2b20aa763a41 /brep/view
parenta7e766e1aa77fff846d8426658befd9a01fe2861 (diff)
Parse http request parameters using CLI
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_;
};
}