pkgsrc/geography/gpspoint/patches/patch-ae
2007-03-17 15:34:13 +00:00

19 lines
516 B
Text

$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);