Fixed a SoundData constructor to compile in Visual C++ 2010

This commit is contained in:
Alex Szpakowski
2013-10-08 18:17:31 -03:00
parent 1c7c72472a
commit bf070afffa
2 changed files with 42 additions and 16 deletions
+2
View File
@@ -57,6 +57,8 @@ public:
private:
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
char *data;
int size;