summaryrefslogtreecommitdiff
path: root/src/lib/referenced_reel_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-21 10:04:37 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-22 10:30:45 +0100
commit7a65b08f1b09beacc0e0a8060641f677683d400c (patch)
tree643deec8a777ab94d68a865561936f23d2c58bda /src/lib/referenced_reel_asset.h
parente25bf0c33f4085f6caa3d0d19a083399a422146a (diff)
Move quite a lot of stuff out of Writer into a new class
ReelWriter, which hopefully cleans things up a bit.
Diffstat (limited to 'src/lib/referenced_reel_asset.h')
-rw-r--r--src/lib/referenced_reel_asset.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/referenced_reel_asset.h b/src/lib/referenced_reel_asset.h
index 5f5421283..1479ade5d 100644
--- a/src/lib/referenced_reel_asset.h
+++ b/src/lib/referenced_reel_asset.h
@@ -17,6 +17,11 @@
*/
+#ifndef DCPOMATIC_REFERENCED_REEL_ASSET_H
+#define DCPOMATIC_REFERENCED_REEL_ASSET_H
+
+#include <dcp/reel_asset.h>
+
class ReferencedReelAsset
{
public:
@@ -30,3 +35,5 @@ public:
/** Period that this asset covers in the DCP */
DCPTimePeriod period;
};
+
+#endif