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:
parent
ef310af71d
commit
f490641165
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user