Remove extra ';'

pull/296/head
Guo Xiao 9 years ago
parent 9b218d4d12
commit 73e53c7cb6

@ -67,7 +67,7 @@ async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
{}
async_msg(async_msg_type m_type) :msg_type(m_type)
{};
{}
async_msg& operator=(async_msg&& other) SPDLOG_NOEXCEPT
{

Loading…
Cancel
Save