summaryrefslogblamecommitdiffstats
path: root/x11-toolkits/gtk--2/files/patch-gtk_gtkmm_radioaction.h
blob: 1d78dafb1e6cc25718e9c40aa40ee6cc92e29ad5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                                                                                                                                 
--- gtk/gtkmm/radioaction.h.orig    Sat Nov 29 15:35:00 2003
+++ gtk/gtkmm/radioaction.h Thu Dec 11 01:51:37 2003
@@ -97,7 +97,6 @@
   static Glib::RefPtr<RadioAction> create(Group& group, const Glib::ustring& name, const Glib::ustring& label =  Glib::ustring(), const Glib::ustring& tooltip = Glib::ustring());
   static Glib::RefPtr<RadioAction> create(Group& group, const Glib::ustring& name, const Gtk::StockID& stock_id, const Glib::ustring& label = Glib::ustring(), const Glib::ustring& tooltip =  Glib::ustring());
 
-  typedef RadioButtonGroup Group;
   
   Group get_group();
    void set_group(Group& group);