]> Pileus Git - ~andy/gtk/commitdiff
Seal priv pointer in GtkRecentChooserMenu.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:48 +0000 (11:05 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:48 +0000 (11:05 +0000)
svn path=/trunk/; revision=20577

gtk/gtkrecentchoosermenu.h

index 2a140c5460510149c4588342613859a905700672..6b401d69188c981962a4f1db5cf32df5f6a20224 100644 (file)
@@ -46,7 +46,7 @@ struct _GtkRecentChooserMenu
   /*< private >*/
   GtkMenu parent_instance;
 
-  GtkRecentChooserMenuPrivate *priv;
+  GtkRecentChooserMenuPrivate *GSEAL (priv);
 };
 
 struct _GtkRecentChooserMenuClass