mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
avoid more C++11 - fixes OSX/PPC & MSVC builds
This commit is contained in:
parent
9f342ceef7
commit
a7d724d980
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,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