diff options
author | austriancoder <austriancoder> | 2004-10-10 20:42:36 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-10 20:42:36 +0000 |
commit | 4081c20fd83ff5d41c9eea45306894752a5d63f2 (patch) | |
tree | d8a00fead8f7547a8484f9473326c0b4db062e4b /dxr3memcpy.h | |
parent | ea3e8d835857c20c740df03a9cb609f961944ae8 (diff) | |
download | vdr-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.h | 2 |
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 |