summaryrefslogtreecommitdiffstats
path: root/audio/tclmidi/files/patch-smf_SMFTrack.cxx
blob: 457060c0f032ed7c59014e8cebaec3b643ee06c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- smf/SMFTrack.cxx.orig	1996-08-05 05:47:36.000000000 +0200
+++ smf/SMFTrack.cxx	2013-09-24 09:53:53.000000000 +0200
@@ -355,7 +355,8 @@
 ostream &
 operator<<(ostream &os, const SMFTrack &t)
 {
-	long i, prev_flags;
+	std::ios_base::fmtflags prev_flags;
+	long i;
 	int prev_width;
 	unsigned char *ptr;
 
OpenPOWER on IntegriCloud