mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
23 lines
474 B
C++
23 lines
474 B
C++
$NetBSD: patch-mcs_gtk-bind.h,v 1.1 2011/11/26 17:08:51 joerg Exp $
|
|
|
|
--- mcs/gtk-bind.h.orig 2011-11-26 14:44:14.000000000 +0000
|
|
+++ mcs/gtk-bind.h
|
|
@@ -92,7 +92,7 @@ namespace Mcs
|
|
|
|
public:
|
|
|
|
- Bind (Mcs::Mcs * mcs);
|
|
+ Bind (Mcs * mcs);
|
|
~Bind ();
|
|
|
|
void
|
|
@@ -147,7 +147,7 @@ namespace Mcs
|
|
|
|
private:
|
|
|
|
- Mcs::Mcs *mcs;
|
|
+ Mcs *mcs;
|
|
|
|
void
|
|
action_toggled_cb (Glib::RefPtr<Gtk::ToggleAction> const& toggle_action,
|