summaryrefslogtreecommitdiff
path: root/audio/quelcom/files/patch-lib::qwav.hh
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-14 12:54:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-14 12:54:17 +0000
commit51505fe87160d96ee169096629f226ab1de71461 (patch)
tree3004c76cf66fa92cf01f8fa03dbcb9ff81517e42 /audio/quelcom/files/patch-lib::qwav.hh
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::qwav.hh')
-rw-r--r--audio/quelcom/files/patch-lib::qwav.hh17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/quelcom/files/patch-lib::qwav.hh b/audio/quelcom/files/patch-lib::qwav.hh
new file mode 100644
index 000000000000..030ef42f266c
--- /dev/null
+++ b/audio/quelcom/files/patch-lib::qwav.hh
@@ -0,0 +1,17 @@
+--- lib/qwav.hh.orig Fri Feb 23 21:29:12 2001
++++ lib/qwav.hh Fri Feb 13 19:17:38 2004
+@@ -28,6 +28,14 @@
+ qwav (string filename, u_int32_t flags = READ);
+
+ /*!
++ * copy constructor, ensuring that both the qfile and qwavheader
++ * superclasses get copied (qwavheader needs a deep copy)
++ */
++ qwav(const qwav &w)
++ :qfile(w),qwavheader(w)
++ {}
++
++ /*!
+ * \brief compares both wavs whether they're compatible or not
+ * \param wav the wav to check for compatibility
+ * \return whether compatible or not