forked from AuroraMiddleware/gtk
Seal priv pointer in GtkUIManager.
svn path=/trunk/; revision=20586
This commit is contained in:
parent
8fce681653
commit
f2e6883cd0
@ -62,7 +62,7 @@ struct _GtkUIManager {
|
||||
|
||||
/*< private >*/
|
||||
|
||||
GtkUIManagerPrivate *private_data;
|
||||
GtkUIManagerPrivate *GSEAL (private_data);
|
||||
};
|
||||
|
||||
struct _GtkUIManagerClass {
|
||||
|
Loading…
Reference in New Issue
Block a user