diff options
Diffstat (limited to 'dxr3tools.h')
-rw-r--r-- | dxr3tools.h | 2 |
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()); |