summaryrefslogtreecommitdiff
path: root/src/wx/export_subtitles_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/export_subtitles_dialog.h')
-rw-r--r--src/wx/export_subtitles_dialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wx/export_subtitles_dialog.h b/src/wx/export_subtitles_dialog.h
index 0a3177cac..6c7e44946 100644
--- a/src/wx/export_subtitles_dialog.h
+++ b/src/wx/export_subtitles_dialog.h
@@ -19,6 +19,10 @@
*/
+#ifndef DCPOMATIC_EXPORT_SUBTITLES_DIALOG_H
+#define DCPOMATIC_EXPORT_SUBTITLES_DIALOG_H
+
+
#include "dir_picker_ctrl.h"
#include "table_dialog.h"
#include <dcp/warnings.h>
@@ -52,3 +56,7 @@ private:
DirPickerCtrl* _dir;
wxStaticText* _dir_label;
};
+
+
+#endif
+