Removed debug messages and compile warnings from ogg optimizes.

This commit is contained in:
Thulinma 2014-01-13 15:44:10 +01:00
parent 3f66afff24
commit 6e651f9e1b
2 changed files with 19 additions and 78 deletions

View file

@ -48,7 +48,7 @@ namespace Utils{
std::string data;
private:
long long unsigned int readBuffer;
int readBufferOffset;
unsigned int readBufferOffset;
void fixData();
};
}