summaryrefslogtreecommitdiff
path: root/sysutils/dptutil/patches/patch-dptutil_setscfg_hpp
blob: 8a30cd8bd42c941512aa636e0dae5ebf088fed10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-dptutil_setscfg_hpp,v 1.1 2011/05/22 19:11:42 dholland Exp $

Build fix for semi-modern C++.

--- dptutil/setscfg.hpp~	2002-08-13 15:02:51.000000000 +0000
+++ dptutil/setscfg.hpp
@@ -33,7 +33,7 @@ class setscfg:public Command
 {
 
 	public:
-		setscfg::setscfg();
+		setscfg();
 		virtual	~setscfg();
 
 		Dpt_Error execute(String_List **output);