mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
(profiler_gui) Typo fixed!
This commit is contained in:
parent
b90e13509e
commit
7086592e6b
@ -140,7 +140,7 @@ struct EasyBlock final
|
||||
EasyBlock() = default;
|
||||
|
||||
EasyBlock(EasyBlock&& that)
|
||||
: tree(::std::move(tree))
|
||||
: tree(::std::move(that.tree))
|
||||
, tree_item(that.tree_item)
|
||||
, graphics_item_index(that.graphics_item_index)
|
||||
, graphics_item_level(that.graphics_item_level)
|
||||
|
Loading…
x
Reference in New Issue
Block a user