X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fmove_to_dialog.h;h=3c6f3d064d4610f926f1f64ec7cffd44ccc07377;hb=c967096b5061e4bbb3a275d4daf04a2b9c084468;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;