aboutsummaryrefslogtreecommitdiffstats
path: root/smclient/eggsmclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'smclient/eggsmclient.h')
-rw-r--r--smclient/eggsmclient.h3
1 files changed, 2 insertions, 1 deletions
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