mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
avoid C++11 - fixes OSX/PPC builds
This commit is contained in:
parent
0cf75054a6
commit
9c2d0cb8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
const double *getWindow() const {
|
const double *getWindow() const {
|
||||||
return m_window.data();
|
return &m_window[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
void cut(double *src) const {
|
void cut(double *src) const {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue