1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

Build fix

This commit is contained in:
Mordred 2017-09-15 14:05:45 +02:00 committed by GitHub
parent c3b5d30322
commit d12db28951

View file

@ -62,7 +62,7 @@ namespace Core {
}
// return the actors name
char * getName() const
char * getName()
{
return m_name;
}