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

probably fixes linux builds

This commit is contained in:
Adam 2018-01-28 19:36:03 +11:00
parent 94845da821
commit 70cf3919d6

View file

@ -46,7 +46,7 @@ protected:
SapphireObjects* m_objects;
public:
ScriptObject( uint32_t id, const type_info& type ) :
ScriptObject( uint32_t id, const std::type_info& type ) :
m_id( id ),
m_type( type.hash_code() )
{ }