From edd16891663cadb0b259e0e72d4a915144f28a22 Mon Sep 17 00:00:00 2001 From: Guillaume Seguin Date: Sat, 8 Dec 2007 12:25:30 +0100 Subject: * Move typedef to the right place --- gmathview/gmathview_internal.h | 2 ++ include/gmathview.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gmathview/gmathview_internal.h b/gmathview/gmathview_internal.h index 0e00243..0788fb8 100644 --- a/gmathview/gmathview_internal.h +++ b/gmathview/gmathview_internal.h @@ -32,6 +32,8 @@ #define G_MATH_VIEW_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \ G_TYPE_MATH_VIEW, GMathViewPrivate)) +typedef struct _GMathViewPrivate GMathViewPrivate; + struct _GMathViewPrivate { GMathBoxed *boxed; diff --git a/include/gmathview.h b/include/gmathview.h index 6c34ebd..03ec875 100644 --- a/include/gmathview.h +++ b/include/gmathview.h @@ -52,7 +52,6 @@ G_BEGIN_DECLS typedef struct _GMathView GMathView; typedef struct _GMathViewClass GMathViewClass; -typedef struct _GMathViewPrivate GMathViewPrivate; struct _GMathView { -- cgit v1.1