diff options
Diffstat (limited to 'ganv/module.h')
-rw-r--r-- | ganv/module.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ganv/module.h b/ganv/module.h index 718756b..7520722 100644 --- a/ganv/module.h +++ b/ganv/module.h @@ -35,8 +35,7 @@ typedef struct _GanvModuleImpl GanvModuleImpl; typedef void (*GanvPortFunction)(GanvPort* port, void* data); -struct _GanvModule -{ +struct _GanvModule { GanvBox box; GanvModuleImpl* impl; }; |