mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
$NetBSD: patch-dpteng_connect_hpp,v 1.1 2011/05/22 19:11:42 dholland Exp $
|
|
|
|
Build fix for semi-modern C++.
|
|
|
|
--- dpteng/connect.hpp~ 2002-08-13 15:02:20.000000000 +0000
|
|
+++ dpteng/connect.hpp
|
|
@@ -167,7 +167,7 @@ public:
|
|
|
|
// Constructor/Destructor.............................
|
|
|
|
- dptSCSIcon_C::dptSCSIcon_C();
|
|
+ dptSCSIcon_C();
|
|
|
|
// Message Handlers...................................
|
|
|