diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/text.h b/ganv/text.h index d4ea79c..56e5cea 100644 --- a/ganv/text.h +++ b/ganv/text.h @@ -32,8 +32,8 @@ typedef struct _GanvTextClass GanvTextClass; typedef struct _GanvTextImpl GanvTextImpl; struct _GanvText { - GanvItem item; - GanvTextImpl* impl; + GanvItem item; + GanvTextImpl* impl; }; struct _GanvTextClass { |