Build fix for I2_LEAK_DEBUG

This commit is contained in:
Gunnar Beutner 2017-05-22 11:42:47 +02:00
parent 24bcacb631
commit fa874e659b
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ private:
I2_BASE_API Value GetPrototypeField(const Value& context, const String& field, bool not_found_error, const DebugInfo& debugInfo); I2_BASE_API Value GetPrototypeField(const Value& context, const String& field, bool not_found_error, const DebugInfo& debugInfo);
void TypeAddObject(Object *object); I2_BASE_API void TypeAddObject(Object *object);
void TypeRemoveObject(Object *object); I2_BASE_API void TypeRemoveObject(Object *object);
inline void intrusive_ptr_add_ref(Object *object) inline void intrusive_ptr_add_ref(Object *object)
{ {