From 73b8042c42ede774597b5bc235a70f8f13643b91 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 4 Jul 2007 12:59:00 +0000 Subject: Rename the private struct field to private_flags, because private is a C++ 2007-07-04 Murray Cumming * gobject/pygobject.c: (pygobject_switch_to_toggle_ref): * gobject/pygobject.h: Rename the private struct field to private_flags, because private is a C++ keyword, so this broke builds of some C++ applications, such as Glom. svn path=/trunk/; revision=679 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13b5b32..07ab347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-04 Murray Cumming + + * gobject/pygobject.c: (pygobject_switch_to_toggle_ref): + * gobject/pygobject.h: Rename the private struct field to + private_flags, because private is a C++ keyword, so this broke + builds of some C++ applications, such as Glom. + 2007-07-02 Sebastian Granjoux reviewed by: Johan Dahlin -- cgit