From bfc511b3e2fae3540db2679bfb4532cf4d1e6d05 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 Jan 2014 17:51:54 +0000 Subject: New Asset and Object classes; make CPL use them. --- src/cpl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpl.cc') diff --git a/src/cpl.cc b/src/cpl.cc index ec5534e0..843f98d9 100644 --- a/src/cpl.cc +++ b/src/cpl.cc @@ -50,7 +50,7 @@ CPL::CPL (boost::filesystem::path directory, string name, ContentKind content_ki , _length (length) , _fps (frames_per_second) { - _id = make_uuid (); + } /** Construct a CPL object from a XML file. -- cgit v1.2.3