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