Fix overriding functions with objects crashing.

This commit is contained in:
Dr!fter
2016-08-30 10:58:04 -04:00
parent 47cf76c2e3
commit 71b840e70a
4 changed files with 57 additions and 25 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ struct ParamInfo
{
HookParamType type;
size_t size;
unsigned int flag;
unsigned int flags;
SourceHook::PassInfo::PassType pass_type;
};