Add header guards.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 18:46:55 +0000 (20:46 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Apr 2021 18:50:08 +0000 (20:50 +0200)
src/interop_subtitle_asset.h
src/smpte_subtitle_asset.h

index 07bfeadfafff99ffa9a3a73014f93c9ac4008b6e..f8df3c59d9c0c605d41d44dfbc44792e05ff06c0 100644 (file)
  */
 
 
  */
 
 
+#ifndef DCP_INTEROP_SUBTITLE_ASSET_H
+#define DCP_INTEROP_SUBTITLE_ASSET_H
+
+
 #include "subtitle_asset.h"
 #include <boost/filesystem.hpp>
 
 #include "subtitle_asset.h"
 #include <boost/filesystem.hpp>
 
@@ -139,4 +143,9 @@ private:
        std::vector<std::shared_ptr<InteropLoadFontNode>> _load_font_nodes;
 };
 
        std::vector<std::shared_ptr<InteropLoadFontNode>> _load_font_nodes;
 };
 
+
 }
 }
+
+
+#endif
+
index 83abdfbf66066e3eb66d8f1a73cbc44577368e60..6984b644749e6b77185130a0c2445b5b1cf29ac9 100644 (file)
 */
 
 
 */
 
 
+#ifndef LIBDCP_SMPTE_SUBTITLE_ASSET_H
+#define LIBDCP_SMPTE_SUBTITLE_ASSET_H
+
+
 /** @file  src/smpte_subtitle_asset.h
  *  @brief SMPTESubtitleAsset class
  */
 /** @file  src/smpte_subtitle_asset.h
  *  @brief SMPTESubtitleAsset class
  */
@@ -231,3 +235,6 @@ private:
 
 
 }
 
 
 }
+
+
+#endif