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/port.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ganv/port.h') 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; }; -- cgit v1.2.1