From 985d9b8babb2faac0de62cb684fc14c7910e9909 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Dec 2011 05:48:35 +0000 Subject: Remove GnomeCanvas dependency. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3842 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/box.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ganv/box.h') diff --git a/ganv/box.h b/ganv/box.h index f97788f..3925cea 100644 --- a/ganv/box.h +++ b/ganv/box.h @@ -30,8 +30,7 @@ G_BEGIN_DECLS typedef struct _GanvBoxClass GanvBoxClass; typedef struct _GanvBoxImpl GanvBoxImpl; -struct _GanvBox -{ +struct _GanvBox { GanvNode node; GanvBoxImpl* impl; }; -- cgit v1.2.1