1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/oonsoo/files/patch-Sound-Sound.hxx
2006-12-22 16:36:23 +00:00

12 lines
294 B
C++

--- Sound/Sound.hxx.orig Fri Dec 22 17:29:08 2006
+++ Sound/Sound.hxx Fri Dec 22 17:30:21 2006
@@ -31,7 +31,7 @@
public:
// Constructor
- Sound::Sound(SampleCollection* sampleCollection);
+ Sound(SampleCollection* sampleCollection);
// Destructor
virtual ~Sound();