you cant reference yourself as a type
This commit is contained in:
parent
d56e90fac8
commit
22be74583b
1 changed files with 2 additions and 2 deletions
|
@ -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 */);
|
||||||
|
|
Loading…
Reference in a new issue