summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-29 00:52:59 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-01 01:54:38 +0100
commit2d5a2f8b4ce4b33f9e2541caa2c5681537b692a1 (patch)
tree97fef399ad20a10562fde24c54a87901d0db06ec /src/wx/kdm_output_panel.h
parent2a569aa08d8827a9a14dcd6db2c4ea1bbc8a32fd (diff)
Add guard for kdm_output_panel.h
Diffstat (limited to 'src/wx/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