mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
afcb97303c
commit
ff59402a10
@ -209,7 +209,7 @@ public:
|
||||
*/
|
||||
inline bool IsObject(void) const
|
||||
{
|
||||
return !IsEmpty() && (GetType() == ValueObject);
|
||||
return (GetType() == ValueObject);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user