mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Rename NewSessionDialog::get_current_page to on_new_session_page
git-svn-id: svn://localhost/ardour2/trunk@1862 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
89eb386adc
commit
3c39771266
3 changed files with 11 additions and 15 deletions
|
|
@ -81,7 +81,9 @@ public:
|
|||
|
||||
bool connect_outs_to_master() const;
|
||||
bool connect_outs_to_physical() const ;
|
||||
int get_current_page();
|
||||
|
||||
bool on_new_session_page () const;
|
||||
|
||||
void set_current_page (int);
|
||||
void reset_recent();
|
||||
|
||||
|
|
@ -192,9 +194,6 @@ protected:
|
|||
void master_bus_button_clicked ();
|
||||
void monitor_bus_button_clicked ();
|
||||
|
||||
bool on_new_session_page;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // NEW_SESSION_DIALOG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue