diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-12 20:37:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-22 22:57:23 +0300 |
commit | 599bd6335c27ff2c1a48cc0b3a5ee115d49afcda (patch) | |
tree | 073f7a6426fa681f097411aefc913a7f630a394d /libbrep/build-package.hxx | |
parent | c28758a9327efc0f3bfc2f3c14d12b533750d94b (diff) |
Speed-up builds page loading
Diffstat (limited to 'libbrep/build-package.hxx')
-rw-r--r-- | libbrep/build-package.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/build-package.hxx b/libbrep/build-package.hxx index c491b9e..c288f07 100644 --- a/libbrep/build-package.hxx +++ b/libbrep/build-package.hxx @@ -71,7 +71,7 @@ namespace brep // Foreign object that is mapped to a subset of the package object. // - #pragma db object table("build_package") pointer(shared_ptr) readonly + #pragma db object table("build_package") pointer(shared_ptr) readonly session class build_package { public: |