summaryrefslogtreecommitdiff
path: root/dxr3memcpy.h
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-10-10 20:42:36 +0000
committeraustriancoder <austriancoder>2004-10-10 20:42:36 +0000
commit4081c20fd83ff5d41c9eea45306894752a5d63f2 (patch)
treed8a00fead8f7547a8484f9473326c0b4db062e4b /dxr3memcpy.h
parentea3e8d835857c20c740df03a9cb609f961944ae8 (diff)
downloadvdr-plugin-dxr3-4081c20fd83ff5d41c9eea45306894752a5d63f2.tar.gz
vdr-plugin-dxr3-4081c20fd83ff5d41c9eea45306894752a5d63f2.tar.bz2
using now std:: instead of namespace std;
Diffstat (limited to 'dxr3memcpy.h')
-rw-r--r--dxr3memcpy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h
index 364f87f..977af5d 100644
--- a/dxr3memcpy.h
+++ b/dxr3memcpy.h
@@ -62,7 +62,7 @@
// ==================================
struct memcpy_routine
{
- string name; ///< name of memcpy methode
+ std::string name; ///< name of memcpy methode
void *(* function)(void *to, const void *from, size_t len); ///< our memcopy methode
unsigned long long time; ///< needed time for banchmark
uint32_t cpu_require; ///< caps from dxr3cpu.h