summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index fe44bb83a..d45d4bef8 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -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;