mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
probably fixes linux builds
This commit is contained in:
parent
94845da821
commit
70cf3919d6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ protected:
|
||||||
SapphireObjects* m_objects;
|
SapphireObjects* m_objects;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ScriptObject( uint32_t id, const type_info& type ) :
|
ScriptObject( uint32_t id, const std::type_info& type ) :
|
||||||
m_id( id ),
|
m_id( id ),
|
||||||
m_type( type.hash_code() )
|
m_type( type.hash_code() )
|
||||||
{ }
|
{ }
|
||||||
|
|
Loading…
Add table
Reference in a new issue