From 4d1e24e1869d78db74ef7fcc296f6cada01b6b7f Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 16 Apr 2010 14:34:50 -0400 Subject: Use a pointer to a known type as a member of GIMarshallingTestsNotSimpleStruct --- gir/gimarshallingtests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gir/gimarshallingtests.h b/gir/gimarshallingtests.h index 87f9f92f..fc75aa26 100644 --- a/gir/gimarshallingtests.h +++ b/gir/gimarshallingtests.h @@ -433,7 +433,7 @@ typedef struct { } GIMarshallingTestsNestedStruct; typedef struct { - gpointer pointer; + GIMarshallingTestsNestedStruct *pointer; } GIMarshallingTestsNotSimpleStruct; -- cgit v1.2.1