summaryrefslogtreecommitdiff
path: root/src/wx/dkdm_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-26 00:30:35 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-26 02:21:16 +0100
commitd0fd28941427f30c0b844c429b7c92e8031b49d5 (patch)
treec9784b74572ea0aaa9b0b6e2e8515df18fef4f01 /src/wx/dkdm_dialog.h
parent818e4bec3fd59a4ff7619a1b449c4eda71cb84fb (diff)
Add some include guards.
Diffstat (limited to 'src/wx/dkdm_dialog.h')
-rw-r--r--src/wx/dkdm_dialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wx/dkdm_dialog.h b/src/wx/dkdm_dialog.h
index 4a47d961f..12c805e54 100644
--- a/src/wx/dkdm_dialog.h
+++ b/src/wx/dkdm_dialog.h
@@ -19,6 +19,10 @@
*/
+#ifndef DCPOMATIC_DKDM_DIALOG_H
+#define DCPOMATIC_DKDM_DIALOG_H
+
+
#include "wx_util.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
@@ -53,3 +57,7 @@ private:
DKDMOutputPanel* _output;
wxButton* _make;
};
+
+
+#endif
+