From 3bf9efb38a2bd564bede8e542d5adc267056ec0a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 8 Oct 2009 16:32:19 -0400 Subject: Putting data in the private --- libindicator/indicator-object.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index 772110b..bb154fc 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -6,6 +6,7 @@ typedef struct _IndicatorObjectPrivate IndicatorObjectPrivate; struct _IndicatorObjectPrivate { + guint data; }; #define INDICATOR_OBJECT_GET_PRIVATE(o) \ -- cgit v1.2.3