# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/gtkmm12/hotfix-gcc4.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff -ur gtkmm-1.2.10/src/clist.gen_h gtkmm-1.2.10-gcc4/src/clist.gen_h --- gtkmm-1.2.10/src/clist.gen_h 2001-08-16 19:56:49.000000000 +0200 +++ gtkmm-1.2.10-gcc4/src/clist.gen_h 2005-09-23 12:10:31.888869901 +0200 @@ -60,7 +60,7 @@ class Cell { protected: - friend class CList; + friend class Gtk::CList; friend class Row; GtkCList *parent_; diff -ur gtkmm-1.2.10/src/radiobutton.gen_h gtkmm-1.2.10-gcc4/src/radiobutton.gen_h --- gtkmm-1.2.10/src/radiobutton.gen_h 2001-08-04 19:36:51.000000000 +0200 +++ gtkmm-1.2.10-gcc4/src/radiobutton.gen_h 2005-09-23 12:10:48.004135574 +0200 @@ -36,7 +36,7 @@ //- It should not be called with new. class Group { - friend class RadioButton; + friend class Gtk::RadioButton; GSList *group_; void* operator new(size_t); void add(RadioButton& item); diff -ur gtkmm-1.2.10/src/radiomenuitem.gen_h gtkmm-1.2.10-gcc4/src/radiomenuitem.gen_h --- gtkmm-1.2.10/src/radiomenuitem.gen_h 2001-08-04 19:36:51.000000000 +0200 +++ gtkmm-1.2.10-gcc4/src/radiomenuitem.gen_h 2005-09-23 12:11:04.526332198 +0200 @@ -34,7 +34,7 @@ //- It should not be called with new. class Group { - friend class RadioMenuItem; + friend class Gtk::RadioMenuItem; GSList *group_; void* operator new(size_t); void add(RadioMenuItem& item);