no comment

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40392
This commit is contained in:
Pavol Marko 2007-05-12 09:03:57 +00:00
parent c7369c50fe
commit cdead2f8fc

View File

@ -1013,7 +1013,7 @@ namespace SourceHook
// If you get a crash here, the ptr passed is invalid // If you get a crash here, the ptr passed is invalid
// This usually means a SH_DECL_MANUALHOOK* with wrong thisptroffs/vtbloffs/vtblidx // This usually means a SH_DECL_MANUALHOOK* with wrong thisptroffs/vtbloffs/vtblidx
CSourceHookImpl::CVfnPtr::CVfnPtr(void *ptr, void **pOneIgnore) : m_Ptr(ptr), CSourceHookImpl::CVfnPtr::CVfnPtr(void *ptr, void **pOneIgnore) : m_Ptr(ptr),
m_pOneIgnore(pOneIgnore), m_OrigEntry(*reinterpret_cast<void**>(ptr)) m_OrigEntry(*reinterpret_cast<void**>(ptr)), m_pOneIgnore(pOneIgnore)
{ {
} }
CSourceHookImpl::CVfnPtr::~CVfnPtr() CSourceHookImpl::CVfnPtr::~CVfnPtr()