Fixed critical warnings for Linux build

This commit is contained in:
2015-09-28 20:40:28 +02:00
parent 2d7703afad
commit edd87ddf58
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ void dd::Systems::BallSystem::RegisterComponents(ComponentFactory *cf)
void dd::Systems::BallSystem::Initialize()
{
EVENT_SUBSCRIBE_MEMBER(m_Contact, BallSystem::Contact);
EVENT_SUBSCRIBE_MEMBER(m_Contact, &BallSystem::Contact);
}
void dd::Systems::BallSystem::Update(double dt)