0
0
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:
Victor Zarubkin 2016-09-01 22:24:42 +03:00
parent b90e13509e
commit 7086592e6b

View File

@ -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)