[sgen] Make GCVTable type opaque, not a pointer.
[mono.git] / mono / sgen / sgen-simple-nursery.c
index 5488775d4f673b8cdafc252a33d5453a1b61e9ac..f0827a95069471fa9692091b5d1b1519bd606a32 100644 (file)
@@ -31,7 +31,7 @@
 #include "mono/sgen/sgen-client.h"
 
 static inline char*
-alloc_for_promotion (GCVTable *vtable, char *obj, size_t objsize, gboolean has_references)
+alloc_for_promotion (GCVTable vtable, char *obj, size_t objsize, gboolean has_references)
 {
        return major_collector.alloc_object (vtable, objsize, has_references);
 }