summaryrefslogtreecommitdiff
path: root/src/reel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 14:01:00 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 14:01:00 +0000
commit342aad2ddf893aaaafa9a2c9980579d2dc4ec125 (patch)
tree85cd4c34316d76679c18ea49c7de33e8066a6a1c /src/reel.cc
parentaa632b458fc2aa5ff1ca2e2702dcf589ae627d7d (diff)
Try to rationalise handling of urn:uuid: prefixes.
Diffstat (limited to 'src/reel.cc')
-rw-r--r--src/reel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.cc b/src/reel.cc
index 3ab9993f..772ac717 100644
--- a/src/reel.cc
+++ b/src/reel.cc
@@ -42,7 +42,7 @@ using boost::dynamic_pointer_cast;
using namespace dcp;
Reel::Reel (boost::shared_ptr<const cxml::Node> node)
- : Object (node->string_child ("Id"))
+ : Object (remove_urn_uuid (node->string_child ("Id")))
{
shared_ptr<cxml::Node> asset_list = node->node_child ("AssetList");