summaryrefslogtreecommitdiff
path: root/editors/mlview/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mlview/patches/patch-ad')
-rw-r--r--editors/mlview/patches/patch-ad19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/mlview/patches/patch-ad b/editors/mlview/patches/patch-ad
new file mode 100644
index 00000000000..03b366ce887
--- /dev/null
+++ b/editors/mlview/patches/patch-ad
@@ -0,0 +1,19 @@
+$NetBSD: patch-ad,v 1.1 2009/03/24 16:22:57 abs Exp $
+
+--- src/mlview-plugin.h.orig 2005-08-07 08:47:54.000000000 +0100
++++ src/mlview-plugin.h
+@@ -46,12 +46,12 @@ namespace mlview {
+
+ //forbid assignation/copy
+ Plugin& operator= (Plugin const&) ;
+- Plugin::Plugin (Plugin const&) ;
++ Plugin (Plugin const&) ;
+
+ public:
+ Plugin (const PluginDescriptor &a_descr) ;
+
+- Plugin::Plugin (const UString &a_url) ;
++ Plugin (const UString &a_url) ;
+
+ virtual ~Plugin () ;
+