avoid more C++11 - fixes OSX/PPC & MSVC builds
This commit is contained in:
parent
9f342ceef7
commit
a7d724d980
@ -81,7 +81,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