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/circle.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ganv/circle.h') diff --git a/ganv/circle.h b/ganv/circle.h index 8347525..2b756df 100644 --- a/ganv/circle.h +++ b/ganv/circle.h @@ -37,8 +37,7 @@ typedef struct _GanvCircleImpl GanvCircleImpl; * A circular #GanvNode. A #GanvCircle is a leaf, that is, it does not contain * any child nodes (though, like any #GanvNode, it may have a label). */ -struct _GanvCircle -{ +struct _GanvCircle { GanvNode node; GanvCircleImpl* impl; }; -- cgit v1.2.1