From cdead2f8fcd16afc2ad2e6107900190067dd8d32 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Sat, 12 May 2007 09:03:57 +0000 Subject: [PATCH] no comment --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40392 --- sourcehook/sourcehook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcehook/sourcehook.cpp b/sourcehook/sourcehook.cpp index cda858e..413f9a4 100644 --- a/sourcehook/sourcehook.cpp +++ b/sourcehook/sourcehook.cpp @@ -1013,7 +1013,7 @@ namespace SourceHook // If you get a crash here, the ptr passed is invalid // This usually means a SH_DECL_MANUALHOOK* with wrong thisptroffs/vtbloffs/vtblidx CSourceHookImpl::CVfnPtr::CVfnPtr(void *ptr, void **pOneIgnore) : m_Ptr(ptr), - m_pOneIgnore(pOneIgnore), m_OrigEntry(*reinterpret_cast(ptr)) + m_OrigEntry(*reinterpret_cast(ptr)), m_pOneIgnore(pOneIgnore) { } CSourceHookImpl::CVfnPtr::~CVfnPtr()