forked from AuroraMiddleware/gtk
Seal private_data pointer in GtkColorSel.
svn path=/trunk/; revision=20557
This commit is contained in:
parent
7f4da5ab85
commit
5eafc584ec
@ -60,7 +60,7 @@ struct _GtkColorSelection
|
||||
GtkVBox parent_instance;
|
||||
|
||||
/* < private_data > */
|
||||
gpointer private_data;
|
||||
gpointer GSEAL (private_data);
|
||||
};
|
||||
|
||||
struct _GtkColorSelectionClass
|
||||
|
Loading…
Reference in New Issue
Block a user