mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5794 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
69be1aa7bf
commit
52607dd6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public:
|
|||
virtual void redo() { (*this)(); }
|
||||
|
||||
virtual XMLNode &get_state();
|
||||
virtual int set_state(const XMLNode&, int version) { /* noop */ return 0; }
|
||||
virtual int set_state(const XMLNode&, int /*version*/) { /* noop */ return 0; }
|
||||
|
||||
protected:
|
||||
Command() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue