Code/Framework/AtomCore
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -324,7 +324,7 @@ namespace UnitTest
|
||||
|
||||
// Tests whether the deleter actually calls delete properly without
|
||||
// a parent database.
|
||||
instance->m_onDeleteCallback = [this, &m_deleted]()
|
||||
instance->m_onDeleteCallback = [&m_deleted]()
|
||||
{
|
||||
m_deleted = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user