On Thu, 2007-06-28 at 12:39 +0200, Murray Cumming wrote:
> The use of the C++ private keyword is causing a build failure in Glom
> with the latest pyobject:
>
> /*< private >*/
> /* using union to preserve ABI compatibility (structure size
> * must not change) */
> union {
> GSList *closures; /* stale field; no longer updated DO-NOT-USE!
> */
> PyGObjectFlags flags;
> } private;
>
> Could this be renamed, please.
May I go ahead and fix this in svn?
--
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/