freebsd-ports/audio/audacity/files/patch-gcc41
Pav Lucistnik acadeb64b5 - Fix build with gcc 4.1
PR:		ports/106854
Submitted by:	maintainer
2006-12-31 14:01:20 +00:00

11 lines
466 B
Text

--- lib-src/soundtouch/include/SoundTouch.h.orig Sun Nov 27 08:47:29 2005
+++ lib-src/soundtouch/include/SoundTouch.h Sun Dec 17 22:52:47 2006
@@ -146,7 +146,7 @@
static const char *getVersionString();
/// Get SoundTouch library version Id
- static uint SoundTouch::getVersionId();
+ static uint getVersionId();
/// Sets new rate control value. Normal rate = 1.0, smaller values
/// represent slower rate, larger faster rates.