X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..9739d9ee8090965862ba623b09a8fba731dc3d5c:/include/wx/stubs/wave.h diff --git a/include/wx/stubs/wave.h b/include/wx/stubs/wave.h index 485ead936d..e55bd5aa5f 100644 --- a/include/wx/stubs/wave.h +++ b/include/wx/stubs/wave.h @@ -35,7 +35,7 @@ protected: bool Free(); private: - byte* m_waveData; + char* m_waveData; int m_waveLength; bool m_isResource; };