X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.h;h=1cf4ddde8a3b1f569bca6618cc9d314c77c4a9d7;hp=0fc95db8443dee447023e7170b3ee964c0daef85;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hpb=f07d5125a7b609320682689abe40781f096ca25e diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 0fc95db84..1cf4ddde8 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -44,7 +44,7 @@ public: boost::posix_time::ptime from () const; /** @return KDM until time in local time */ boost::posix_time::ptime until () const; - + boost::filesystem::path cpl () const; boost::filesystem::path directory () const; bool write_to () const; @@ -67,7 +67,7 @@ private: void cpl_browse_clicked (); static boost::posix_time::ptime posix_time (wxDatePickerCtrl *, wxTimePickerCtrl *); - + wxTreeCtrl* _targets; wxButton* _add_cinema; wxButton* _edit_cinema;