Use wx_ptr for AutoCropDialog
[dcpomatic.git] / src / wx / auto_crop_dialog.h
index 6c02acbdd9e8535cc8e206aea24386cb72676d9e..4ccd681edfde3c91c3fcfc9a333b8370989d0f35 100644 (file)
 */
 
 
+#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
+