Seal private_data pointer in GtkColorSel.

svn path=/trunk/; revision=20557
This commit is contained in:
Tim Janik 2008-06-20 11:04:03 +00:00
parent 7f4da5ab85
commit 5eafc584ec

View File

@ -60,7 +60,7 @@ struct _GtkColorSelection
GtkVBox parent_instance;
/* < private_data > */
gpointer private_data;
gpointer GSEAL (private_data);
};
struct _GtkColorSelectionClass