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>
|
||||
|
||||
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 */);
|
||||
|
|
Loading…
Reference in a new issue