diff options
Diffstat (limited to 'ganv/port.h')
-rw-r--r-- | ganv/port.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ganv/port.h b/ganv/port.h index 5052012..402c67a 100644 --- a/ganv/port.h +++ b/ganv/port.h @@ -32,8 +32,7 @@ G_BEGIN_DECLS typedef struct _GanvPortClass GanvPortClass; typedef struct _GanvPortImpl GanvPortImpl; -struct _GanvPort -{ +struct _GanvPort { GanvBox box; GanvPortImpl* impl; }; |