diff options
Diffstat (limited to 'dxr3demuxdevice.h')
-rw-r--r-- | dxr3demuxdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h index 6fc768d..c3bc83b 100644 --- a/dxr3demuxdevice.h +++ b/dxr3demuxdevice.h @@ -60,7 +60,7 @@ public: return m_aBuf.Poll(TimeoutMs) && m_vBuf.Poll(TimeoutMs); }; -protected: +private: cDxr3Interface& m_dxr3Device; cDxr3SyncBuffer m_aBuf; cDxr3SyncBuffer m_vBuf; |