From fc4a8e8c4be77630685ab2210d88aa98dc3292f4 Mon Sep 17 00:00:00 2001 From: austriancoder Date: Mon, 4 Oct 2004 18:29:55 +0000 Subject: using std::vector and std::string --- dxr3memcpy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3memcpy.h') 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 m_methods; ///< a std::vector with all methodes + std::vector m_methods; ///< a std::vector with all methodes }; // ================================== -- cgit v1.2.3