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>
typedef struct {
typedef struct Menu {
char *label;
GList *entries;
@ -13,7 +13,7 @@ typedef struct {
gboolean shown;
gboolean invalid;
Menu *parent;
struct Menu *parent;
/* waste o' pointers */
void (*show)( /* some bummu */);