summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/kdm_output_panel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h
index 087c9d250..447588fe7 100644
--- a/src/wx/kdm_output_panel.h
+++ b/src/wx/kdm_output_panel.h
@@ -19,6 +19,10 @@
*/
+#ifndef DCPOMATIC_KDM_OUTPUT_PANEL_H
+#define DCPOMATIC_KDM_OUTPUT_PANEL_H
+
+
#include "wx_util.h"
#include "lib/kdm_with_metadata.h"
#include <dcp/types.h>
@@ -99,3 +103,6 @@ private:
void email_changed ();
void add_email_addresses_clicked ();
};
+
+
+#endif