summaryrefslogtreecommitdiff
path: root/dxr3tools.h
diff options
context:
space:
mode:
authorscop <scop>2005-03-23 19:21:14 +0000
committerscop <scop>2005-03-23 19:21:14 +0000
commit7b10af91586041382acfd8995f8589caa5c4b318 (patch)
tree03b8433f69d619c71c6142d6de817de4815f2c38 /dxr3tools.h
parent8bda0857c1c41daedc82046e18f35a331148588c (diff)
downloadvdr-plugin-dxr3-7b10af91586041382acfd8995f8589caa5c4b318.tar.gz
vdr-plugin-dxr3-7b10af91586041382acfd8995f8589caa5c4b318.tar.bz2
Sync std:: fixes from HEAD.
Diffstat (limited to 'dxr3tools.h')
-rw-r--r--dxr3tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3tools.h b/dxr3tools.h
index dd96ebb..1cb1575 100644
--- a/dxr3tools.h
+++ b/dxr3tools.h
@@ -92,7 +92,7 @@ namespace Tools
// ==================================
//! write a string via vdr to OSD
- inline void WriteInfoToOsd(string x)
+ inline void WriteInfoToOsd(std::string x)
{
#if VDRVERSNUM <= 10306
Interface->Info(x.c_str());