mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix a bunch of warnings.
Clean up. git-svn-id: svn://localhost/ardour2/branches/3.0@4668 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3bc71af0ca
commit
03536cd399
28 changed files with 165 additions and 173 deletions
|
|
@ -49,7 +49,7 @@ namespace Canvas {
|
|||
*
|
||||
* A newer, better canvas should remove the need for all the ugly here.
|
||||
*/
|
||||
class CanvasNoteEvent : public sigc::trackable, public InteractiveItem {
|
||||
class CanvasNoteEvent : virtual public sigc::trackable, public InteractiveItem {
|
||||
public:
|
||||
typedef Evoral::Note<double> NoteType;
|
||||
CanvasNoteEvent(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue