diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3device.h b/dxr3device.h index 292642a..40b8696 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -28,7 +28,7 @@ #include "dxr3demuxdevice.h" #include "dxr3spudecoder.h" #include <string> -using namespace std; +//using namespace std; // ================================== // our device :) @@ -79,7 +79,7 @@ protected: cDxr3DemuxDevice m_DemuxDevice; bool m_AC3Present; bool m_CalledBySet; - string m_strBuf; + std::string m_strBuf; int m_Offset; //virtual bool SetPlayMode(ePlayMode PlayMode); |