mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Build fix.
This commit is contained in:
parent
bd0ad338f8
commit
d79be5afbd
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ UserGroupDbObject::UserGroupDbObject(const DbType::Ptr& type, const String& name
|
|||
: DbObject(type, name1, name2)
|
||||
{ }
|
||||
|
||||
void UserGroupDbObject::StaticInitialize(void)
|
||||
{
|
||||
UserGroup::OnMembersChanged.connect(&UserGroupDbObject::MembersChangedHandler);
|
||||
}
|
||||
|
||||
Dictionary::Ptr UserGroupDbObject::GetConfigFields(void) const
|
||||
{
|
||||
Dictionary::Ptr fields = boost::make_shared<Dictionary>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue