summaryrefslogtreecommitdiff
path: root/src/wx/auto_crop_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-14 22:50:14 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-14 22:50:14 +0100
commit732ce79ef10c58c129a8b9822fad9955a97a153d (patch)
tree1fab563ca03ca2be09ea9cf8126a0ce1625b6e49 /src/wx/auto_crop_dialog.h
parente6725d6b0fc1a00fbcf35c1dda2c670f349f6a36 (diff)
Use wx_ptr for AutoCropDialog
Diffstat (limited to 'src/wx/auto_crop_dialog.h')
-rw-r--r--src/wx/auto_crop_dialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/auto_crop_dialog.h b/src/wx/auto_crop_dialog.h
index 6c02acbdd..4ccd681ed 100644
--- a/src/wx/auto_crop_dialog.h
+++ b/src/wx/auto_crop_dialog.h
@@ -19,6 +19,10 @@
*/
+#ifndef DCPOMATIC_AUTO_CROP_DIALOG_H
+#define DCPOMATIC_AUTO_CROP_DIALOG_H
+
+
#include "table_dialog.h"
#include "lib/crop.h"
#include <boost/signals2.hpp>
@@ -45,3 +49,6 @@ private:
SpinCtrl* _threshold;
};
+
+#endif
+