0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00

forgotten row

This commit is contained in:
Victor Zarubkin 2016-09-13 22:53:07 +03:00
parent ef310af71d
commit f490641165

View File

@ -63,6 +63,7 @@ BaseBlockData::BaseBlockData(timestamp_t _begin_time, block_id_t _descriptor_id)
Block::Block(Block&& that)
: BaseBlockData(that.m_begin, that.m_id)
, m_name(that.m_name)
, m_enabled(that.m_enabled)
{
m_end = that.m_end;
}