mirror of https://github.com/Icinga/icinga2.git
Build fix.
This commit is contained in:
parent
bd0ad338f8
commit
d79be5afbd
|
@ -35,6 +35,11 @@ UserGroupDbObject::UserGroupDbObject(const DbType::Ptr& type, const String& name
|
||||||
: DbObject(type, name1, name2)
|
: DbObject(type, name1, name2)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
void UserGroupDbObject::StaticInitialize(void)
|
||||||
|
{
|
||||||
|
UserGroup::OnMembersChanged.connect(&UserGroupDbObject::MembersChangedHandler);
|
||||||
|
}
|
||||||
|
|
||||||
Dictionary::Ptr UserGroupDbObject::GetConfigFields(void) const
|
Dictionary::Ptr UserGroupDbObject::GetConfigFields(void) const
|
||||||
{
|
{
|
||||||
Dictionary::Ptr fields = boost::make_shared<Dictionary>();
|
Dictionary::Ptr fields = boost::make_shared<Dictionary>();
|
||||||
|
|
Loading…
Reference in New Issue