Stub new cinema dialog.
[dcpomatic.git] / src / wx / kdm_dialog.h
index fe44bb83adfbf761d5e4b3ea61116a6c68126bc0..d45d4bef884832b3e7cd74366c05e4b153650f1c 100644 (file)
@@ -40,6 +40,8 @@ private:
        void add_cinema (boost::shared_ptr<Cinema>);
        void add_screen (boost::shared_ptr<Cinema>, boost::shared_ptr<Screen>);
        void targets_selection_changed (wxCommandEvent &);
+       void new_cinema_clicked (wxCommandEvent &);
+       void new_screen_clicked (wxCommandEvent &);
        
        wxTreeCtrl* _targets;
        wxButton* _new_cinema;