aboutsummaryrefslogtreecommitdiff
path: root/brep/view
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-12 12:32:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-17 19:28:03 +0200
commit54e3c33fb327efe0cbfd806c5468cbe390dafeaa (patch)
tree2118df87f8ef53ea36f6e53b135cced7590a4648 /brep/view
parent2fda89944fa528e05c9f6b4fdcd684f2606582a8 (diff)
Implement object model for packages
Diffstat (limited to 'brep/view')
-rw-r--r--brep/view3
1 files changed, 3 insertions, 0 deletions
diff --git a/brep/view b/brep/view
index 9b3030e..69c7d3c 100644
--- a/brep/view
+++ b/brep/view
@@ -7,6 +7,8 @@
#include <memory> // shared_ptr
+#include <odb/database.hxx>
+
#include <brep/module>
#include <brep/options>
@@ -23,6 +25,7 @@ namespace brep
private:
std::shared_ptr<view_options> options_;
+ std::shared_ptr<odb::core::database> db_;
};
}