Build fix.

This commit is contained in:
Gunnar Beutner 2013-08-05 09:58:23 +02:00
parent bd0ad338f8
commit d79be5afbd
1 changed files with 5 additions and 0 deletions

View File

@ -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>();