X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fmove_to_dialog.h;h=3c6f3d064d4610f926f1f64ec7cffd44ccc07377;hb=106bde1d2c9246fc62c8f37f560701abf0e80c51;hp=4d8d991f51ed209680d47217633c33af7b186e87;hpb=439953204388991b96fce215c62396a7b6d33acd;p=dcpomatic.git diff --git a/src/wx/move_to_dialog.h b/src/wx/move_to_dialog.h index 4d8d991f5..3c6f3d064 100644 --- a/src/wx/move_to_dialog.h +++ b/src/wx/move_to_dialog.h @@ -29,9 +29,9 @@ class wxSpinCtrl; class MoveToDialog : public TableDialog { public: - MoveToDialog (wxWindow* parent, boost::optional position, boost::shared_ptr film); + MoveToDialog (wxWindow* parent, boost::optional position, boost::shared_ptr film); - DCPTime position () const; + dcpomatic::DCPTime position () const; private: boost::weak_ptr _film;