mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 09:17:47 +00:00
Build fix
This commit is contained in:
parent
90c553e0a8
commit
1659324118
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