[bindings perl] fix get_hash_of_objects

This commit is contained in:
Benjamin Dauvergne 2011-01-04 13:34:51 +01:00
parent e3a035ba6a
commit 03b15e3886
1 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,6 @@ get_hash_of_objects(GHashTable *hash)
HV *hv;
hv = newHV();
g_hash_table_foreach(hash, __ht_foreach_get_hos, hv);
g_hash_table_foreach(hash, __ht_foreach_get_hoo, hv);
return hv;
}