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-menu-item.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/indicator-menu-item.h') diff --git a/src/indicator-menu-item.h b/src/indicator-menu-item.h index fc27b73..9c65b7c 100644 --- a/src/indicator-menu-item.h +++ b/src/indicator-menu-item.h @@ -35,6 +35,7 @@ typedef struct _IndicatorMenuItemPrivate IndicatorMenuItemPrivate; struct _IndicatorMenuItem { GtkMenuItem parent; + IndicatorMenuItemPrivate *priv; }; struct _IndicatorMenuItemClass -- cgit v1.2.3