summaryrefslogtreecommitdiff
path: root/editors/mlview/patches/patch-ad
blob: 03b366ce887847c94ce28e155be8eefafd4e4795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 () ;