diff options
Diffstat (limited to 'libempathy/empathy-log-manager.h')
-rw-r--r-- | libempathy/empathy-log-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h index 606f38c6c..4aec816c6 100644 --- a/libempathy/empathy-log-manager.h +++ b/libempathy/empathy-log-manager.h @@ -41,11 +41,11 @@ G_BEGIN_DECLS typedef struct _EmpathyLogManager EmpathyLogManager; typedef struct _EmpathyLogManagerClass EmpathyLogManagerClass; -typedef struct _EmpathyLogManagerPriv EmpathyLogManagerPriv; typedef struct _EmpathyLogSearchHit EmpathyLogSearchHit; struct _EmpathyLogManager { GObject parent; + gpointer priv; }; struct _EmpathyLogManagerClass { |