1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 11:17:46 +00:00

Build fix

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

View file

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