Minor cleanup

This commit is contained in:
Nekotekina 2015-07-04 22:23:10 +03:00
parent 3064cf8101
commit 22e1da5e76
19 changed files with 166 additions and 249 deletions

View file

@ -16,7 +16,7 @@ CPUThread::CPUThread(CPUThreadType type, const std::string& name, std::function<
, m_type(type)
, m_name(name)
{
start(thread_name, [this]
start(std::move(thread_name), [this]
{
SendDbgCommand(DID_CREATE_THREAD, this);