1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/oonsoo/files/patch-Sound-Sample.hxx
2006-12-22 16:36:23 +00:00

12 lines
283 B
C++

--- Sound/Sample.hxx.orig Fri Dec 22 17:29:22 2006
+++ Sound/Sample.hxx Fri Dec 22 17:29:58 2006
@@ -26,7 +26,7 @@
public:
// Constructor
- Sample::Sample(unsigned char* sampleData);
+ Sample(unsigned char* sampleData);
// Destructor
virtual ~Sample();