git-svn-id: svn://db.shs.com.ru/pip@65 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-07 07:07:57 +00:00
parent 4984ef51fc
commit 84f01c640a
4 changed files with 12 additions and 13 deletions

View File

@@ -37,7 +37,7 @@
* */
PIDiagnostics::PIDiagnostics(bool start_): PITimer() {
PIDiagnostics::PIDiagnostics(bool start_): PITimer(PITimer::Pool) {
reset();
if (start_) start();
}