summarylogtreecommitdiffstats
path: root/fix-namespacing.patch
blob: d61434db912e24266ce021d79b08c2c09d76da6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- old/mcs/gtk-bind.h	2008-03-05 18:31:16.000000000 -0300
+++ new/mcs/gtk-bind.h	2008-03-05 18:31:16.000000000 -0300
@@ -92,7 +92,7 @@
 
     public:
 
-      Bind (Mcs::Mcs * mcs);
+      Bind (Mcs * mcs);
       ~Bind ();
 
       void
@@ -147,7 +147,7 @@
 
     private:
 
-      Mcs::Mcs *mcs;
+      Mcs *mcs;
 
       void
       action_toggled_cb       (Glib::RefPtr<Gtk::ToggleAction> const& toggle_action,