X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fcrossthread.cc;h=8e24f3e0923a6e233fe4ae2be628d36d778521a3;hb=8b453f5f2a639f9f9ec3b367f4adae6d3abe8799;hp=3792e19471499dd5c9727f8b332682aa3c9c1ff0;hpb=4e8dfda88093f3648bdbc0e6c292ec41fadc6d55;p=ardour.git diff --git a/libs/pbd/crossthread.cc b/libs/pbd/crossthread.cc index 3792e19471..8e24f3e092 100644 --- a/libs/pbd/crossthread.cc +++ b/libs/pbd/crossthread.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 Paul Davis + Copyright (C) 2009 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -42,7 +42,7 @@ using namespace Glib; #include "crossthread.win.cc" #endif -gboolean +gboolean cross_thread_channel_call_receive_slot (GIOChannel*, GIOCondition condition, void *data) { CrossThreadChannel* ctc = static_cast(data);