mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Build fix
This commit is contained in:
parent
c3b5d30322
commit
d12db28951
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace Core {
|
|||
}
|
||||
|
||||
// return the actors name
|
||||
char * getName() const
|
||||
char * getName()
|
||||
{
|
||||
return m_name;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue