Extract LanguageSubtagPanel to its own files.
[dcpomatic.git] / src / wx / subtag_list_ctrl.h
index b1413b361d521753cace12492cb800436fe87050..65071b5f53e5e7eb133978deedd20ce0b3abd6c0 100644 (file)
 */
 
 
+#ifndef DCPOMATIC_SUBTAG_LIST_CTRL_H
+#define DCPOMATIC_SUBTAG_LIST_CTRL_H
+
+
 #include <dcp/language_tag.h>
 #include <wx/listctrl.h>
 #include <vector>
@@ -41,5 +45,4 @@ private:
 };
 
 
-
-
+#endif