aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/tpaw-live-search.h
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets/tpaw-live-search.h')
-rw-r--r--tp-account-widgets/tpaw-live-search.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-live-search.h b/tp-account-widgets/tpaw-live-search.h
index 50aad9202..0772d9d91 100644
--- a/tp-account-widgets/tpaw-live-search.h
+++ b/tp-account-widgets/tpaw-live-search.h
@@ -36,13 +36,14 @@ G_BEGIN_DECLS
#define TPAW_LIVE_SEARCH_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TPAW_TYPE_LIVE_SEARCH, TpawLiveSearchClass))
typedef struct _TpawLiveSearch TpawLiveSearch;
+typedef struct _TpawLiveSearchPriv TpawLiveSearchPriv;
typedef struct _TpawLiveSearchClass TpawLiveSearchClass;
struct _TpawLiveSearch {
GtkHBox parent;
/*<private>*/
- gpointer priv;
+ TpawLiveSearchPriv *priv;
};
struct _TpawLiveSearchClass {