mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 19:59:30 +01:00
Another OSX fix...
git-svn-id: svn://localhost/ardour2/trunk@730 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a6e46c331b
commit
b6877b5c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ private:
|
|||
AudioBuffer(const AudioBuffer& copy);
|
||||
AudioBuffer& operator=(const AudioBuffer& copy);
|
||||
|
||||
Sample* const _data; ///< Actual buffer contents
|
||||
Sample* _data; ///< Actual buffer contents
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue