diff options
Diffstat (limited to 'dxr3outputthread.c')
-rw-r--r-- | dxr3outputthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3outputthread.c b/dxr3outputthread.c index d4a4a8e..7859c93 100644 --- a/dxr3outputthread.c +++ b/dxr3outputthread.c @@ -19,7 +19,7 @@ const int AUDIO_OFFSET = 4500; // ================================== // ================================== -// constr. +//! constructor cDxr3OutputThread::cDxr3OutputThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cThread(), m_dxr3Device(dxr3Device), m_buffer(buffer), m_bStopThread(false), m_bNeedResync(false) { |