From cad76982e06dff27a7f19840384061e3e92b70be Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Apr 2012 10:10:14 +0200 Subject: empathy-debugger: use self->priv pattern https://bugzilla.gnome.org/show_bug.cgi?id=674182 --- src/empathy-debug-window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/empathy-debug-window.h') diff --git a/src/empathy-debug-window.h b/src/empathy-debug-window.h index 9815c85de..42bb43ef7 100644 --- a/src/empathy-debug-window.h +++ b/src/empathy-debug-window.h @@ -42,11 +42,12 @@ G_BEGIN_DECLS typedef struct _EmpathyDebugWindow EmpathyDebugWindow; typedef struct _EmpathyDebugWindowClass EmpathyDebugWindowClass; +typedef struct _EmpathyDebugWindowPriv EmpathyDebugWindowPriv; struct _EmpathyDebugWindow { GtkWindow parent; - gpointer priv; + EmpathyDebugWindowPriv *priv; }; struct _EmpathyDebugWindowClass -- cgit v1.2.3