1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/quelcom/files/patch-lib::qvf.cc
Kirill Ponomarev 51505fe871 - Update to version 0.4.0
PR:		ports/62813
Submitted by:	Ports Fury
2004-02-14 12:54:17 +00:00

21 lines
403 B
C++

--- lib/qvf.cc.orig Fri Feb 23 21:29:12 2001
+++ lib/qvf.cc Fri Feb 13 19:17:38 2004
@@ -4,6 +4,8 @@
# include <stdio.h> // sscanf
+using namespace std;
+
#ifdef NLS
# include <locale.h>
# include <libintl.h>
@@ -54,7 +56,7 @@
}
-qvf::qvf(u_int32_t v, enum format f=SPECIFIC):value(v),format(f) { }
+qvf::qvf(u_int32_t v, enum format f):value(v),format(f) { }
qvf::qvf(char *s) {