Merge pull request #5278 from Icinga/fix/leak-debug-define

Build fix for I2_LEAK_DEBUG

fixes #5278
This commit is contained in:
Gunnar Beutner 2017-05-22 13:02:18 +02:00 committed by GitHub
commit 894dde5e04
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);
void TypeAddObject(Object *object);
void TypeRemoveObject(Object *object);
I2_BASE_API void TypeAddObject(Object *object);
I2_BASE_API void TypeRemoveObject(Object *object);
inline void intrusive_ptr_add_ref(Object *object)
{