Use ScopeGuard for _no_check_selection
[dcpomatic.git] / src / wx / subtag_list_ctrl.h
index b1413b361d521753cace12492cb800436fe87050..9e3a775639eaa4695b80e29fdea93be8bb0c6baf 100644 (file)
 */
 
 
+#ifndef DCPOMATIC_SUBTAG_LIST_CTRL_H
+#define DCPOMATIC_SUBTAG_LIST_CTRL_H
+
+
 #include <dcp/language_tag.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/listctrl.h>
+LIBDCP_ENABLE_WARNINGS
 #include <vector>
 
 
@@ -41,5 +48,4 @@ private:
 };
 
 
-
-
+#endif