From 23db5413cbca64e10f1c8efe064efab8f73985ad 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, 7 Feb 2019 18:53:32 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@723 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/thread/pitimer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src_main/thread/pitimer.cpp b/src_main/thread/pitimer.cpp index 0611649f..1ea4e183 100755 --- a/src_main/thread/pitimer.cpp +++ b/src_main/thread/pitimer.cpp @@ -61,6 +61,7 @@ _PITimerBase::_PITimerBase() { void _PITimerBase::setInterval(double i) { interval_ = i; if (isRunning()) { + piCout << "change interval runtime"; stop(true); start(); }