summaryrefslogtreecommitdiff
path: root/src/effect.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-30 10:53:53 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-30 10:53:53 +0100
commit38a5ff713757b9dc0cb67cb09613182c46dc9657 (patch)
treeef337ee8bcd315b85f3a50ce37f623f3b1c51d76 /src/effect.h
parent97495d8cce58f0e5d9a43977698c60b8b66a83e3 (diff)
Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner.
Diffstat (limited to 'src/effect.h')
-rw-r--r--src/effect.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/effect.h b/src/effect.h
index 41534a5..7c8c9c7 100644
--- a/src/effect.h
+++ b/src/effect.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBSUB_EFFECT_H
+#define LIBSUB_EFFECT_H
+
#include <boost/optional.hpp>
#include <string>
@@ -31,3 +34,5 @@ enum Effect
boost::optional<Effect> string_to_effect (std::string s);
}
+
+#endif