you cant reference yourself as a type

This commit is contained in:
Dana Jansens 2003-03-24 22:04:43 +00:00
parent d56e90fac8
commit 22be74583b

View file

@ -3,7 +3,7 @@
#include <glib.h> #include <glib.h>
typedef struct { typedef struct Menu {
char *label; char *label;
GList *entries; GList *entries;
@ -13,7 +13,7 @@ typedef struct {
gboolean shown; gboolean shown;
gboolean invalid; gboolean invalid;
Menu *parent; struct Menu *parent;
/* waste o' pointers */ /* waste o' pointers */
void (*show)( /* some bummu */); void (*show)( /* some bummu */);