updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / clam / MIDISongPlayer_gcc-4.6.patch
blobc5b6b2a745c6ee2068458c41f788672ed571f6d0
1 --- CLAM-1.4.0/src/Tools/MIDIIO/File/MIDISongPlayer.hxx 2007-04-16 13:10:57.000000000 -0300
2 +++ src/CLAM-1.4.0/src/Tools/MIDIIO/File/MIDISongPlayer.hxx 2011-09-07 11:57:06.382829592 -0300
3 @@ -33,7 +33,7 @@
4 private:
5 class SongPlayerImpl* mImpl; // hide implementation
6 public:
7 - SongPlayer(Song* song = NULL);
8 + SongPlayer(Song* song = 0);
9 void Init(Song* song);
10 ~SongPlayer();