mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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)
|
||||
{ }
|
||||
|
||||
void UserGroupDbObject::StaticInitialize(void)
|
||||
{
|
||||
UserGroup::OnMembersChanged.connect(&UserGroupDbObject::MembersChangedHandler);
|
||||
}
|
||||
|
||||
Dictionary::Ptr UserGroupDbObject::GetConfigFields(void) const
|
||||
{
|
||||
Dictionary::Ptr fields = boost::make_shared<Dictionary>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user