Sophie

Sophie

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

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

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

See patch-ab.

--- src/wpt_type.h.orig	2003-05-20 11:54:34.000000000 +0200
+++ src/wpt_type.h	2007-03-17 16:18:52.000000000 +0100
@@ -99,10 +99,10 @@ class Wpt_Type : GPDLineTool, Constants
  protected:
 
    /// semicircle to double 
-   double Wpt_Type::s2d(g_long sc);
+   double s2d(g_long sc);
 
    /// double to semicicle 
-   g_long Wpt_Type::d2s(double deg);
+   g_long d2s(double deg);
 
    string   name;
    string   comment;