diff options
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 }; // ================================== |