diff --git a/src/config-store/model/config-store.cc b/src/config-store/model/config-store.cc index 3c9f46232..a3df56584 100644 --- a/src/config-store/model/config-store.cc +++ b/src/config-store/model/config-store.cc @@ -29,6 +29,7 @@ ConfigStore::GetTypeId (void) { static TypeId tid = TypeId ("ns3::ConfigStore") .SetParent () + .SetGroupName ("ConfigStore") .AddAttribute ("Mode", "Configuration mode", EnumValue (ConfigStore::NONE),