fixed compiler warnings

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1707 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-24 09:22:33 +00:00
parent 1ba1c097ee
commit 926df4157f
4 changed files with 18 additions and 20 deletions

View File

@@ -141,11 +141,11 @@ private:
bool m_wasPAInitError;
surroundSampleFrame * m_outBuf;
int m_outBuf_pos;
int m_outBuf_size;
int m_outBufPos;
int m_outBufSize;
bool m_stopped;
QSemaphore m_stop_semaphore;
QSemaphore m_stopSemaphore;
} ;