mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use C++, dammit
This commit is contained in:
parent
ad4dc4460d
commit
8b1c8bb511
2 changed files with 7 additions and 9 deletions
|
|
@ -126,8 +126,6 @@ class TransportMastersWidget : public Gtk::VBox, public ARDOUR::SessionHandlePtr
|
|||
void prop_change (PBD::PropertyChange);
|
||||
void remove_clicked ();
|
||||
|
||||
static gboolean _idle_remove (gpointer arg);
|
||||
|
||||
bool name_press (GdkEventButton*);
|
||||
void name_edited (std::string, int);
|
||||
|
||||
|
|
@ -149,6 +147,9 @@ class TransportMastersWidget : public Gtk::VBox, public ARDOUR::SessionHandlePtr
|
|||
void rebuild ();
|
||||
void current_changed (boost::shared_ptr<ARDOUR::TransportMaster> old_master, boost::shared_ptr<ARDOUR::TransportMaster> new_master);
|
||||
void add_master ();
|
||||
|
||||
public:
|
||||
bool idle_remove (Row*);
|
||||
};
|
||||
|
||||
class TransportMastersWindow : public ArdourWindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue