X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..4fabb57533169f2f75367e0d120c762518548890:/include/wx/stubs/wave.h?ds=inline 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; };