summaryrefslogtreecommitdiffstats
path: root/audio/tclmidi/files/patch-smf_SMFHead.h
blob: c913ffc57b0d5448c2d7403ab39938abd9e4f4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- smf/SMFHead.h.orig	1996-08-05 03:47:35 UTC
+++ smf/SMFHead.h
@@ -34,10 +34,10 @@
 extern "C" {
 #include <tcl.h>
 }
-#include <iostream.h>
+#include <iostream>
 
 class SMFHead {
-	friend ostream &operator<<(ostream &os, const SMFHead &h);
+	friend std::ostream &operator<<(std::ostream &os, const SMFHead &h);
 public:
 	SMFHead();
 	SMFHead(short form, short num, short div);
OpenPOWER on IntegriCloud