summaryrefslogtreecommitdiff
path: root/src/collect.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-26 21:44:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-26 21:44:07 +0000
commit589a2d8108899141756bd41126ab117e42f17701 (patch)
tree61d80a326e2551cb75a5af9297d7c800e5e167a3 /src/collect.h
parent859100ab32d08a45db06fce54e319043f3ed813a (diff)
More header guards.
Diffstat (limited to 'src/collect.h')
-rw-r--r--src/collect.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/collect.h b/src/collect.h
index ff43ce0..9f3db63 100644
--- a/src/collect.h
+++ b/src/collect.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBSUB_COLLECT_H
+#define LIBSUB_COLLECT_H
+
#include "subtitle.h"
#include "raw_subtitle.h"
@@ -58,3 +61,5 @@ collect (std::list<RawSubtitle> raw)
}
}
+
+#endif