diff options
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index 07bfeadf..f8df3c59 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -37,6 +37,10 @@ */ +#ifndef DCP_INTEROP_SUBTITLE_ASSET_H +#define DCP_INTEROP_SUBTITLE_ASSET_H + + #include "subtitle_asset.h" #include <boost/filesystem.hpp> @@ -139,4 +143,9 @@ private: std::vector<std::shared_ptr<InteropLoadFontNode>> _load_font_nodes; }; + } + + +#endif + |
