add missing trailing 0/(void *)0

This commit is contained in:
Mathieu Lacage
2007-10-11 16:16:14 +02:00
parent e9127c0427
commit 4f562dbbfb

View File

@@ -15,7 +15,8 @@ static EnumDefaultValue<enum ModelType> g_modelType
("PropagationDelayModelType",
"The type of propagation delay model to use.",
CONSTANT_SPEED, "ConstantSpeed",
RANDOM, "Random");
RANDOM, "Random",
0, (void*)0);
static NumericDefaultValue<double> g_speed
("PropagationDelayConstantSpeed",