summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-06 13:29:21 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-06 13:29:21 +0000
commitdfa88d5ad8760d10c15864d01aae9eb8222060ea (patch)
treeeeb1d4387b437088d3117856df9f7789add91e98 /src/wx/kdm_dialog.h
parentd093a5268e64af44bc55aec06d4c9b8efca6d9d6 (diff)
Stub new cinema dialog.
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;