11 lines
294 B
C++
11 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();
|