fixed crash at startup

This commit is contained in:
orignal 2014-12-07 12:54:35 -05:00
parent 9dbd5a583a
commit e89938e9df

View file

@ -142,8 +142,8 @@ namespace util
private:
volatile bool m_IsRunning;
std::thread m_Thread;
OnEmpty m_OnEmpty;
std::thread m_Thread;
};
}
}