diff options
Diffstat (limited to 'audio/tclmidi/files/patch-smf_SMFHead.cxx')
-rw-r--r-- | audio/tclmidi/files/patch-smf_SMFHead.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/tclmidi/files/patch-smf_SMFHead.cxx b/audio/tclmidi/files/patch-smf_SMFHead.cxx deleted file mode 100644 index 5f5d03b0a8b7..000000000000 --- a/audio/tclmidi/files/patch-smf_SMFHead.cxx +++ /dev/null @@ -1,13 +0,0 @@ ---- smf/SMFHead.cxx.orig 1996-08-05 03:47:35 UTC -+++ smf/SMFHead.cxx -@@ -160,8 +160,8 @@ SMFHead::Write(Tcl_Channel channel) cons - return (1); - } - --ostream & --operator<<(ostream &os, const SMFHead &h) -+std::ostream & -+operator<<(std::ostream &os, const SMFHead &h) - { - - os << "Format: " << h.format << " Num. Tracks: " << h.num_tracks |