mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
rework Stateful::set_state() patch to avoid default version argument
git-svn-id: svn://localhost/ardour2/branches/3.0@5787 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
79f91c7a20
commit
8713667ec1
120 changed files with 270 additions and 236 deletions
|
|
@ -90,7 +90,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
bool paste (nframes_t, float times, Selection&, size_t nth);
|
||||
void reset_objects (PointSelection&);
|
||||
|
||||
int set_state (const XMLNode&, int version = 3000);
|
||||
int set_state (const XMLNode&, int version);
|
||||
guint32 show_at (double y, int& nth, Gtk::VBox *parent);
|
||||
void hide ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue