aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-status-icon.h')
-rw-r--r--src/empathy-status-icon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-status-icon.h b/src/empathy-status-icon.h
index 6adf40168..bb33b1c3b 100644
--- a/src/empathy-status-icon.h
+++ b/src/empathy-status-icon.h
@@ -35,10 +35,10 @@ G_BEGIN_DECLS
typedef struct _EmpathyStatusIcon EmpathyStatusIcon;
typedef struct _EmpathyStatusIconClass EmpathyStatusIconClass;
-typedef struct _EmpathyStatusIconPriv EmpathyStatusIconPriv;
struct _EmpathyStatusIcon {
- GObject parent;
+ GObject parent;
+ gpointer priv;
};
struct _EmpathyStatusIconClass {