summaryrefslogtreecommitdiff
path: root/odb/relational/model.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-16 07:44:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:43 +0200
commit08b159e18527c2d6844e569b1309b5033b4d47c9 (patch)
tree224a1d6e7c989740e9be806c0f3cc7fc20266eb2 /odb/relational/model.cxx
parent9fe60de16cf9411a548c020cae5ac7b9e7938e82 (diff)
Add initial support for database model serialization to XML
Diffstat (limited to 'odb/relational/model.cxx')
-rw-r--r--odb/relational/model.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/model.cxx b/odb/relational/model.cxx
index 57f5aea..fd7c9d9 100644
--- a/odb/relational/model.cxx
+++ b/odb/relational/model.cxx
@@ -68,7 +68,7 @@ namespace relational
generate ()
{
context ctx;
- cutl::shared_ptr<sema_rel::model> m (new (shared) sema_rel::model);
+ cutl::shared_ptr<sema_rel::model> m (new (shared) sema_rel::model (0)); //@@ evo
traversal::unit unit;
traversal::defines unit_defines;