1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/tclmidi/files/patch-TclmIntp.cxx
Pietro Cerutti e8826819bd - Fix build
Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-14 09:28:58 +00:00

13 lines
391 B
C++

--- TclmIntp.cxx.orig 2013-05-14 11:25:42.000000000 +0200
+++ TclmIntp.cxx 2013-05-14 11:25:49.000000000 +0200
@@ -37,8 +37,7 @@
#endif
#include "TclmIntp.h"
-TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0),
- next_event(0)
+TclmInterp::TclmInterp() : current_song(0), current_dev(0), current_patch(0)
{
Tcl_InitHashTable(&song_ht, TCL_STRING_KEYS);