mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue