mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.3 KiB

  1. diff -ur gtkmm-1.2.9-orig/src/clist.gen_h gtkmm-1.2.9/src/clist.gen_h
  2. --- gtkmm-1.2.9-orig/src/clist.gen_h 2005-11-29 19:02:52.000000000 +0000
  3. +++ gtkmm-1.2.9/src/clist.gen_h 2005-11-29 19:03:43.000000000 +0000
  4. @@ -60,8 +60,8 @@
  5. class Cell
  6. {
  7. protected:
  8. - friend class CList;
  9. + friend class Gtk::CList;
  10. friend class Row;
  11. GtkCList *parent_;
  12. GtkCListRow *row__;
  13. diff -ur gtkmm-1.2.9-orig/src/radiobutton.gen_h gtkmm-1.2.9/src/radiobutton.gen_h
  14. --- gtkmm-1.2.9-orig/src/radiobutton.gen_h 2005-11-29 19:02:52.000000000 +0000
  15. +++ gtkmm-1.2.9/src/radiobutton.gen_h 2005-11-29 19:04:10.000000000 +0000
  16. @@ -36,7 +36,7 @@
  17. //- It should not be called with new.
  18. class Group
  19. {
  20. - friend class RadioButton;
  21. + friend class Gtk::RadioButton;
  22. GSList *group_;
  23. void* operator new(size_t);
  24. void add(RadioButton& item);
  25. diff -ur gtkmm-1.2.9-orig/src/radiomenuitem.gen_h gtkmm-1.2.9/src/radiomenuitem.gen_h
  26. --- gtkmm-1.2.9-orig/src/radiomenuitem.gen_h 2005-11-29 19:02:52.000000000 +0000
  27. +++ gtkmm-1.2.9/src/radiomenuitem.gen_h 2005-11-29 19:04:22.000000000 +0000
  28. @@ -34,7 +34,7 @@
  29. //- It should not be called with new.
  30. class Group
  31. {
  32. - friend class RadioMenuItem;
  33. + friend class Gtk::RadioMenuItem;
  34. GSList *group_;
  35. void* operator new(size_t);
  36. void add(RadioMenuItem& item);