gtk+ r20581 - trunk/gtk



Author: timj
Date: Fri Jun 20 11:06:09 2008
New Revision: 20581
URL: http://svn.gnome.org/viewvc/gtk+?rev=20581&view=rev

Log:
Seal priv pointer in GtkSeparatorToolItem.


Modified:
   trunk/gtk/gtkseparatortoolitem.h

Modified: trunk/gtk/gtkseparatortoolitem.h
==============================================================================
--- trunk/gtk/gtkseparatortoolitem.h	(original)
+++ trunk/gtk/gtkseparatortoolitem.h	Fri Jun 20 11:06:09 2008
@@ -46,7 +46,7 @@
   GtkToolItem parent;
 
   /*< private >*/
-  GtkSeparatorToolItemPrivate *priv;
+  GtkSeparatorToolItemPrivate *GSEAL (priv);
 };
 
 struct _GtkSeparatorToolItemClass



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]