aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-factory.h')
-rw-r--r--src/empathy-call-factory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/empathy-call-factory.h b/src/empathy-call-factory.h
index 0e5276278..174fbf4bd 100644
--- a/src/empathy-call-factory.h
+++ b/src/empathy-call-factory.h
@@ -29,12 +29,11 @@ typedef struct _EmpathyCallFactory EmpathyCallFactory;
typedef struct _EmpathyCallFactoryClass EmpathyCallFactoryClass;
struct _EmpathyCallFactoryClass {
- GObjectClass parent_class;
+ TpBaseClientClass parent_class;
};
struct _EmpathyCallFactory {
- GObject parent;
- gpointer priv;
+ TpBaseClient parent;
};
GType empathy_call_factory_get_type (void);