projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a569aa
)
Add guard for kdm_output_panel.h
author
Carl Hetherington
<cth@carlh.net>
Sat, 28 Dec 2024 23:52:59 +0000
(
00:52
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Wed, 1 Jan 2025 00:54:38 +0000
(
01:54
+0100)
src/wx/kdm_output_panel.h
patch
|
blob
|
history
diff --git
a/src/wx/kdm_output_panel.h
b/src/wx/kdm_output_panel.h
index 087c9d25087fc7a098b03f35f6373dbf0051ae1c..447588fe74127d5d00b3f5dc79666b2b3d0dd4a0 100644
(file)
--- 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