From 24cb72d91c2796f466cf646fadb325f5c2fb0e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 6 Oct 2016 13:47:35 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@277 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src/thread/pipipelinethread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread/pipipelinethread.h b/src/thread/pipipelinethread.h index 354ab277..10b33291 100644 --- a/src/thread/pipipelinethread.h +++ b/src/thread/pipipelinethread.h @@ -45,7 +45,7 @@ public: CONNECT2(void, Tout, bool *, this, calculated, next, enqueue) } EVENT2(calculated, const Tout &, v, bool *, overload) - EVENT_HANDLER1(void, enqueue, const Tin &, v) {enqueue(v, 0);} + void enqueue(const Tin &v) {enqueue(v, 0);} EVENT_HANDLER2(void, enqueue, const Tin &, v, bool *, overload) { mutex.lock(); // piCout << "enque" << max_size << in.size();