diff --git a/src/devices/wifi/propagation-delay-model.cc b/src/devices/wifi/propagation-delay-model.cc index e83f58867..fa9ce2a2f 100644 --- a/src/devices/wifi/propagation-delay-model.cc +++ b/src/devices/wifi/propagation-delay-model.cc @@ -15,7 +15,8 @@ static EnumDefaultValue g_modelType ("PropagationDelayModelType", "The type of propagation delay model to use.", CONSTANT_SPEED, "ConstantSpeed", - RANDOM, "Random"); + RANDOM, "Random", + 0, (void*)0); static NumericDefaultValue g_speed ("PropagationDelayConstantSpeed",