aboutsummaryrefslogtreecommitdiff
path: root/brep/package.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/package.cxx')
-rw-r--r--brep/package.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/brep/package.cxx b/brep/package.cxx
index 9331f55..11cd974 100644
--- a/brep/package.cxx
+++ b/brep/package.cxx
@@ -15,7 +15,8 @@ namespace brep
void package_version::
id (const package_version_id& v, odb::database& db)
{
- version = v.version;
+ version.epoch = v.epoch;
+ version.canonical = v.canonical;
package = db.load<package_type> (v.package);
}
}