mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
b5d4d9aba3
commit
02442ff36f
1 changed files with 0 additions and 6 deletions
|
|
@ -286,12 +286,6 @@ public:
|
|||
return boost::get<T>(m_Value);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
const T *GetPtr(void) const
|
||||
{
|
||||
return &boost::get<T>(m_Value);
|
||||
}
|
||||
|
||||
private:
|
||||
boost::variant<boost::blank, double, bool, String, Object::Ptr> m_Value;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue