From 1301cf02efdacd20fb5ce3e2554ae15b8f146e8a Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 25 Feb 2011 16:20:41 +0100 Subject: Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly --- smclient/eggsmclient.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'smclient/eggsmclient.h') diff --git a/smclient/eggsmclient.h b/smclient/eggsmclient.h index 5efc486df0..a24ac23b19 100644 --- a/smclient/eggsmclient.h +++ b/smclient/eggsmclient.h @@ -50,8 +50,9 @@ typedef enum { struct _EggSMClient { - GObject parent; + GObject parent; + EggSMClientPrivate *priv; }; struct _EggSMClientClass -- cgit