aboutsummaryrefslogtreecommitdiff
path: root/games/oonsoo/files/patch-Sound-Sample.hxx
blob: f8d8d60cc364fbe17a535f5b216fee2b9e7050b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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();