diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-17 17:51:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-17 17:51:54 +0000 |
| commit | bfc511b3e2fae3540db2679bfb4532cf4d1e6d05 (patch) | |
| tree | 5aaedb7ebee65a5251ef5cd7380e0892d821490f /src/cpl.cc | |
| parent | 44791cafb91bfe1ee5c0a530c83d9f44b4d2f88f (diff) | |
New Asset and Object classes; make CPL use them.
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
