Addition to prev. revision

This commit is contained in:
Alexey Milovidov 2019-07-24 03:49:14 +03:00
parent 36746d85dd
commit 33ee957b5c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ template <typename ProfilerImpl>
class QueryProfilerBase
{
public:
QueryProfilerBase(const Int32 thread_id, const int clock_type, const UInt32 period, const int pause_signal = SIGALRM);
QueryProfilerBase(const Int32 thread_id, const int clock_type, UInt32 period, const int pause_signal = SIGALRM);
~QueryProfilerBase();