diff options
Diffstat (limited to 'games/oonsoo/files/patch-Sound-Sample.hxx')
-rw-r--r-- | games/oonsoo/files/patch-Sound-Sample.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/oonsoo/files/patch-Sound-Sample.hxx b/games/oonsoo/files/patch-Sound-Sample.hxx new file mode 100644 index 000000000000..f8d8d60cc364 --- /dev/null +++ b/games/oonsoo/files/patch-Sound-Sample.hxx @@ -0,0 +1,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(); |