diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 12:54:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-14 12:54:17 +0000 |
commit | 51505fe87160d96ee169096629f226ab1de71461 (patch) | |
tree | 3004c76cf66fa92cf01f8fa03dbcb9ff81517e42 /audio/quelcom/files/patch-lib::qvf.cc | |
parent | - Update to version 0.99.2 (diff) |
- Update to version 0.4.0
PR: ports/62813
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=100910
Diffstat (limited to 'audio/quelcom/files/patch-lib::qvf.cc')
-rw-r--r-- | audio/quelcom/files/patch-lib::qvf.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/quelcom/files/patch-lib::qvf.cc b/audio/quelcom/files/patch-lib::qvf.cc new file mode 100644 index 000000000000..d4a80503c73e --- /dev/null +++ b/audio/quelcom/files/patch-lib::qvf.cc @@ -0,0 +1,20 @@ +--- 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) { |