freebsd-ports/games/oonsoo/files/patch-Sound-Sample.hxx

12 lines
283 B
C++
Raw Normal View History

2006-12-22 17:36:23 +01:00
--- 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();