mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
Fix gcc4 warning (thx to Herve)
svn path=/trunk/; revision=24566
This commit is contained in:
parent
c9ba938610
commit
cc6eeaab94
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ void* MSVCRT___RTDynamicCast(type_info *cppobj, int unknown,
|
|||
{
|
||||
int count = 0;
|
||||
const rtti_object_hierachy *obj_bases = obj_locator->type_hierachy;
|
||||
const rtti_base_descriptor **base_desc = obj_bases->base_classes->bases;
|
||||
const rtti_base_descriptor* const *base_desc = obj_bases->base_classes->bases;
|
||||
int src_offset = obj_locator->base_class_offset, dst_offset = -1;
|
||||
|
||||
while (count < obj_bases->array_len)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue