summaryrefslogtreecommitdiff
path: root/dxr3syncbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3syncbuffer.h')
-rw-r--r--dxr3syncbuffer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h
index 358368f..2c95a5c 100644
--- a/dxr3syncbuffer.h
+++ b/dxr3syncbuffer.h
@@ -84,8 +84,7 @@ public:
SYNC_BUFFER_OVERRUN
};
public:
- cDxr3SyncBuffer(int frameCount, int frameLength,
- cDxr3Interface& dxr3Device);
+ cDxr3SyncBuffer(int frameCount, int frameLength);
~cDxr3SyncBuffer();
virtual int Available(void);
@@ -135,7 +134,7 @@ private:
cCondVar receiverStopped;
cMutex receiverStoppedMutex;
- cDxr3Interface& m_dxr3Device;
+ cDxr3Interface *m_dxr3Device;
bool m_bPollSync;
cDxr3SyncBuffer(); // you are not allowed to use this constructor