summaryrefslogtreecommitdiff
path: root/odb/semantics/relational/changeset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/relational/changeset.cxx')
-rw-r--r--odb/semantics/relational/changeset.cxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/odb/semantics/relational/changeset.cxx b/odb/semantics/relational/changeset.cxx
index ecf02a2..8004844 100644
--- a/odb/semantics/relational/changeset.cxx
+++ b/odb/semantics/relational/changeset.cxx
@@ -3,13 +3,21 @@
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
-#include <odb/semantics/relational.hxx>
+
+#include <odb/semantics/relational/changeset.hxx>
namespace semantics
{
namespace relational
{
changeset::
+ changeset (changeset const& c, graph& g)
+ : qscope (c, g),
+ version_ (c.version_)
+ {
+ }
+
+ changeset::
changeset (xml::parser& p, graph& g)
: qscope (p, g),
version_ (p.attribute<version_type> ("version"))