mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
12 lines
294 B
C++
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();
|