Core/Signal: Fix compilation

This commit is contained in:
Lynix
2017-03-10 17:10:11 +01:00
parent 9531edfffc
commit 82edb5c7cb
2 changed files with 4 additions and 2 deletions

View File

@@ -316,6 +316,8 @@ namespace Nz
{
m_ptr = std::move(connection.m_ptr);
connection.m_ptr.reset(); //< Fuck you GCC 4.9
return *this;
}
/*!