diff options
author | austriancoder <austriancoder> | 2004-10-04 18:29:55 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-04 18:29:55 +0000 |
commit | fc4a8e8c4be77630685ab2210d88aa98dc3292f4 (patch) | |
tree | 5955007cde6c6bcb6e853913132a979b310459d1 /dxr3memcpy.h | |
parent | f7e4a11eac5fc55d4831f89a28ee460b26b52984 (diff) | |
download | vdr-plugin-dxr3-fc4a8e8c4be77630685ab2210d88aa98dc3292f4.tar.gz vdr-plugin-dxr3-fc4a8e8c4be77630685ab2210d88aa98dc3292f4.tar.bz2 |
using std::vector and std::string
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 1c0f777..5200434 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -82,7 +82,7 @@ public: private: unsigned long long int Rdtsc(); - vector<memcpy_routine> m_methods; ///< a std::vector with all methodes + std::vector<memcpy_routine> m_methods; ///< a std::vector with all methodes }; // ================================== |