Created
June 13, 2012 04:25
-
-
Save kasbah/2921861 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -aur CLAM-1.4.0.old/src/Flow/Ports/OutPort.hxx CLAM-1.4.0.new/src/Flow/Ports/OutPort.hxx | |
--- CLAM-1.4.0.old/src/Flow/Ports/OutPort.hxx 2010-02-18 19:33:02.000000000 +0000 | |
+++ CLAM-1.4.0.new/src/Flow/Ports/OutPort.hxx 2012-06-13 05:00:34.000000000 +0100 | |
@@ -23,6 +23,7 @@ | |
#define __OutPort_hxx__ | |
#include "WritingRegion.hxx" | |
+#include "TypeInfo.hxx" | |
#include <typeinfo> | |
#include <list> | |
#include <string> | |
diff -aur CLAM-1.4.0.old/src/Standard/Connection.cxx CLAM-1.4.0.new/src/Standard/Connection.cxx | |
--- CLAM-1.4.0.old/src/Standard/Connection.cxx 2007-04-16 17:10:57.000000000 +0100 | |
+++ CLAM-1.4.0.new/src/Standard/Connection.cxx 2012-06-13 04:08:30.000000000 +0100 | |
@@ -26,7 +26,7 @@ | |
{ | |
Connection::Connection() | |
- : mMustFreeSignal(false), mConnectedSignal( NULL ) | |
+ : mMustFreeSignal(false), mConnectedSignal( 0 ) | |
{ | |
} | |
diff -aur CLAM-1.4.0.old/src/Tools/MIDIIO/File/MIDISongPlayer.hxx CLAM-1.4.0.new/src/Tools/MIDIIO/File/MIDISongPlayer.hxx | |
--- CLAM-1.4.0.old/src/Tools/MIDIIO/File/MIDISongPlayer.hxx 2007-04-16 17:10:57.000000000 +0100 | |
+++ CLAM-1.4.0.new/src/Tools/MIDIIO/File/MIDISongPlayer.hxx 2012-06-13 04:08:30.000000000 +0100 | |
@@ -33,7 +33,7 @@ | |
private: | |
class SongPlayerImpl* mImpl; // hide implementation | |
public: | |
- SongPlayer(Song* song = NULL); | |
+ SongPlayer(Song* song = 0); | |
void Init(Song* song); | |
~SongPlayer(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment