aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-irc-network.h')
-rw-r--r--libempathy/empathy-irc-network.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/libempathy/empathy-irc-network.h b/libempathy/empathy-irc-network.h
index ac146a183..b10b2769e 100644
--- a/libempathy/empathy-irc-network.h
+++ b/libempathy/empathy-irc-network.h
@@ -32,12 +32,11 @@ typedef struct _EmpathyIrcNetworkClass EmpathyIrcNetworkClass;
struct _EmpathyIrcNetwork
{
- GObject parent;
+ GObject parent;
+ gpointer priv;
- gpointer priv;
-
- gboolean user_defined;
- gboolean dropped;
+ gboolean user_defined;
+ gboolean dropped;
};
struct _EmpathyIrcNetworkClass