summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-29 00:52:59 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-29 00:52:59 +0100
commit59ced56507cfa560d98912c5fe0c4362e56c8943 (patch)
tree92480e00c9e682d78d85ee102e0466797f073785
parentb9e9cd9c0911029a76c30d97c085a20fcf8ab9de (diff)
Add guard for kdm_output_panel.h
-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