mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #5278 from Icinga/fix/leak-debug-define
Build fix for I2_LEAK_DEBUG fixes #5278
This commit is contained in:
commit
894dde5e04
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user