Seek to last frame if a request is made beyond the end of the film.
[dcpomatic.git] / src / wx / dir_picker_ctrl.h
index 659fe07ea157ae80607c9bf7b7e197185f0de821..f236096598ce07dfbb998fd950b3bda645803a9c 100644 (file)
@@ -18,6 +18,9 @@
 
 */
 
+#ifndef DCPOMATIC_DIR_PICKER_CTRL
+#define DCPOMATIC_DIR_PICKER_CTRL
+
 #include <wx/wx.h>
 
 class DirPickerCtrl : public wxPanel
@@ -36,3 +39,5 @@ private:
        wxString _path;
        wxSizer* _sizer;
 };
+
+#endif