Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner.
[libsub.git] / src / effect.h
index 41534a5cf501e74988c7f9efcfa61fab7e4d5fce..7c8c9c728e6d2addd806d1cf9b10b16a8f6c196d 100644 (file)
@@ -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