From 88a906395ba7d33ae563e70d8b94c855e3b5a573 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 6 Oct 2013 13:10:00 +0200 Subject: Refactoring of AudioFile loading and message passing from engine to gui and vice versa. --- plugingui/plugingui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui') diff --git a/plugingui/plugingui.cc b/plugingui/plugingui.cc index 4f16b34..e452965 100644 --- a/plugingui/plugingui.cc +++ b/plugingui/plugingui.cc @@ -153,7 +153,7 @@ void closeClick(void *ptr) */ PluginGUI::PluginGUI() - : MessageReceiver(MSGRCV_UI) + : MessageReceiver(MSGRCV_UI), sem("plugingui") { windowClosedHandler = NULL; changeMidimapHandler = NULL; -- cgit v1.2.3