From 61fc83fd7dd51e9a88ac7e6264692fcf561a37f7 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 15 Nov 2014 04:00:54 +0100 Subject: Corrected an issue in the HPMHookGen when interfaces only have one member - Fixed hooks/symbols generation for the inter_quest interface - Re-enabled strict mode Signed-off-by: Haru --- src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc') diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index f53ff207b..b1b64af18 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -263,6 +263,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(inter_pet->sql_final, HP_inter_pet_sql_final) }, { HP_POP(inter_pet->delete_, HP_inter_pet_delete_) }, { HP_POP(inter_pet->parse_frommap, HP_inter_pet_parse_frommap) }, +/* inter_quest */ + { HP_POP(inter_quest->parse_frommap, HP_inter_quest_parse_frommap) }, /* inter_storage */ { HP_POP(inter_storage->tosql, HP_inter_storage_tosql) }, { HP_POP(inter_storage->fromsql, HP_inter_storage_fromsql) }, -- cgit v1.2.3-60-g2f50