summaryrefslogtreecommitdiff
path: root/dxr3device.h
diff options
context:
space:
mode:
authorscop <scop>2005-03-22 22:06:10 +0000
committerscop <scop>2005-03-22 22:06:10 +0000
commit1390e887ee238b8b345ac583827b3006fd5e68cc (patch)
tree70580c652d522766abe3da5b6cc5994874865f68 /dxr3device.h
parent49498fe0382a062ce9477eaae75d6cfb771b5890 (diff)
downloadvdr-plugin-dxr3-1390e887ee238b8b345ac583827b3006fd5e68cc.tar.gz
vdr-plugin-dxr3-1390e887ee238b8b345ac583827b3006fd5e68cc.tar.bz2
std:: fixes from HEAD.
Diffstat (limited to 'dxr3device.h')
-rw-r--r--dxr3device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dxr3device.h b/dxr3device.h
index 727446d..2c17c62 100644
--- a/dxr3device.h
+++ b/dxr3device.h
@@ -28,7 +28,6 @@
#include "dxr3demuxdevice.h"
#include "dxr3spudecoder.h"
#include <string>
-using namespace std;
// ==================================
// our device :)
@@ -83,7 +82,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);