summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_diskstream.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-24 00:39:28 +0000
committerDavid Robillard <d@drobilla.net>2009-10-24 00:39:28 +0000
commita532e7247cfccaf35edbb9b76868ead3cc9b1342 (patch)
tree3bd051d42f95dccf78d70ed0d389ab6c98c42ff9 /libs/ardour/ardour/midi_diskstream.h
parentd56817e7856040adf3db6bda812dfaef7d493c80 (diff)
Move butler methods from Session to Butler.
Slay the dragon. A lil' bit. git-svn-id: svn://localhost/ardour2/branches/3.0@5901 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/midi_diskstream.h')
-rw-r--r--libs/ardour/ardour/midi_diskstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/midi_diskstream.h b/libs/ardour/ardour/midi_diskstream.h
index 4dbabcc802..930d37330a 100644
--- a/libs/ardour/ardour/midi_diskstream.h
+++ b/libs/ardour/ardour/midi_diskstream.h
@@ -112,6 +112,7 @@ class MidiDiskstream : public Diskstream
protected:
friend class Session;
+ friend class Butler;
/* the Session is the only point of access for these
because they require that the Session is "inactive"