diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-26 21:44:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-26 21:44:07 +0000 |
| commit | 589a2d8108899141756bd41126ab117e42f17701 (patch) | |
| tree | 61d80a326e2551cb75a5af9297d7c800e5e167a3 /src/subrip_reader.h | |
| parent | 859100ab32d08a45db06fce54e319043f3ed813a (diff) | |
More header guards.
Diffstat (limited to 'src/subrip_reader.h')
| -rw-r--r-- | src/subrip_reader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/subrip_reader.h b/src/subrip_reader.h index 0a43357..9b9ff92 100644 --- a/src/subrip_reader.h +++ b/src/subrip_reader.h @@ -17,6 +17,9 @@ */ +#ifndef LIBSUB_SUBRIP_READER_H +#define LIBSUB_SUBRIP_READER_H + #include "reader.h" #include "time_pair.h" @@ -42,3 +45,5 @@ private: }; } + +#endif |
