diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-30 10:53:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-30 10:53:53 +0100 |
| commit | 38a5ff713757b9dc0cb67cb09613182c46dc9657 (patch) | |
| tree | ef337ee8bcd315b85f3a50ce37f623f3b1c51d76 /src/colour.h | |
| parent | 97495d8cce58f0e5d9a43977698c60b8b66a83e3 (diff) | |
Split up into RawSubtitle and Subtitle, with collect(). Hopefully cleaner.
Diffstat (limited to 'src/colour.h')
| -rw-r--r-- | src/colour.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/colour.h b/src/colour.h index d6ca267..4989277 100644 --- a/src/colour.h +++ b/src/colour.h @@ -17,6 +17,9 @@ */ +#ifndef LIBSUB_COLOUR_H +#define LIBSUB_COLOUR_H + #include <string> namespace sub { @@ -50,3 +53,5 @@ bool operator== (Colour const & a, Colour const & b); } + +#endif |
