X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66a09d4776b8ae390d5aa51dbd678b694f2c81d6..24f932d22a085ce899b94c98578f475782c75bf6:/src/mac/wave.cpp

diff --git a/src/mac/wave.cpp b/src/mac/wave.cpp
index 205c5d5ceb..7cc1c23534 100644
--- a/src/mac/wave.cpp
+++ b/src/mac/wave.cpp
@@ -41,6 +41,11 @@ wxWave::~wxWave()
     Free();
 }
 
+wxWave::wxWave(int size, const wxByte* data)
+  : m_sndChan(0), m_hSnd(NULL), m_waveLength(0), m_isResource(false)
+{
+    //TODO convert data
+}
 
 bool wxWave::Create(const wxString& fileName, bool isResource)
 {