From 001cd99d51b18ce30d2808e6209544336aadb4bc Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Fri, 3 Feb 2012 14:39:34 +0100 Subject: Use priv member instead of calling g_type_instance_get_private repeatedly --- src/indicator-printers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/indicator-printers.h') diff --git a/src/indicator-printers.h b/src/indicator-printers.h index 0d97769..78d2367 100644 --- a/src/indicator-printers.h +++ b/src/indicator-printers.h @@ -52,6 +52,7 @@ typedef struct _IndicatorPrintersPrivate IndicatorPrintersPrivate; struct _IndicatorPrinters { IndicatorObject parent; + IndicatorPrintersPrivate *priv; }; struct _IndicatorPrintersClass -- cgit v1.2.3