diff options
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 5347e7f38..324f41f64 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -502,7 +502,7 @@ contact_set_property (GObject *object, }; } -EmpathyContact * +static EmpathyContact * empathy_contact_new (TpContact *tp_contact) { g_return_val_if_fail (TP_IS_CONTACT (tp_contact), NULL); |