avoid C++11 - fixes OSX/PPC builds
This commit is contained in:
parent
0cf75054a6
commit
9c2d0cb8f7
@ -37,7 +37,7 @@ public:
|
||||
}
|
||||
|
||||
const double *getWindow() const {
|
||||
return m_window.data();
|
||||
return &m_window[0];
|
||||
}
|
||||
|
||||
void cut(double *src) const {
|
||||
|
Loading…
Reference in New Issue
Block a user