summaryrefslogtreecommitdiff
path: root/src/lib/spl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-20 22:21:38 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-22 23:26:27 +0000
commit6349c88c4fb9d4ac76ef14b277d455e3a2b006a6 (patch)
treed309b4d8f4da844a4fbd1bb7c0d944271db46388 /src/lib/spl.h
parent8872a0a0028048e277a623fa08e8242dd43f4824 (diff)
Separate Controls into standard/swaroop.
Diffstat (limited to 'src/lib/spl.h')
-rw-r--r--src/lib/spl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/spl.h b/src/lib/spl.h
index b93a93041..a0b754f04 100644
--- a/src/lib/spl.h
+++ b/src/lib/spl.h
@@ -18,6 +18,9 @@
*/
+#ifndef DCPOMATIC_SPL_H
+#define DCPOMATIC_SPL_H
+
#include "spl_entry.h"
class ContentStore;
@@ -56,3 +59,5 @@ private:
std::string _name;
std::vector<SPLEntry> _spl;
};
+
+#endif