pkgsrc/ham/fl_logbook/patches/patch-src_qso__db.h
gdt dd05acf187 Update to 2.5. Upstream Changelog is:
2.3   1) Added the ability to do a partial search on callsign.  This allows
	   you to search for a prefix<area> or on a full callsign as in
	   prefix<area><suffix>

pkgsrc changes:

  Set LICENSE.
  Adapt to more modern upstream.
  Change to fltk13.
  Rototill upstream's makefile to use CXX to compile C++.
2012-11-16 00:33:36 +00:00

24 lines
484 B
C

$NetBSD: patch-src_qso__db.h,v 1.2 2012/11/16 00:33:36 gdt Exp $
--- src/qso_db.h.orig 2005-09-02 10:18:51.000000000 +0000
+++ src/qso_db.h
@@ -1,8 +1,8 @@
#ifndef QSO_DB
#define QSO_DB
-#include <iostream.h>
-#include <fstream.h>
+#include <iostream>
+#include <fstream>
//#include <istream>
//#include <ostream>
//#include <fstream>
@@ -12,6 +12,8 @@
#include "adif_def.h"
//#include "myprofile.h"
+
+using namespace std;
#ifndef TRUE
#define TRUE 1