Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > be5586b79f82a979233a5a33c0f4fd69 > files > 6

gpspoint-2.030521-7mdv2010.1.src.rpm

$NetBSD: patch-ae,v 1.1 2007/03/17 15:34:14 rillig Exp $

See patch-ab.

--- src/records_type.h.orig	2003-04-14 18:23:33.000000000 +0200
+++ src/records_type.h	2007-03-17 16:19:25.000000000 +0100
@@ -41,10 +41,10 @@ class Records_Type : Endianmess, Constan
    public: 
 
    /// constructor 
-   Records_Type::Records_Type(void);
+   Records_Type(void);
 
    /// calls set with the given Packet
-   Records_Type::Records_Type(Packet);
+   Records_Type(Packet);
 
    /// resets internal data
    void clear(void);