From 4f562dbbfb1483261ca168baafe7f603d1f5eef6 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 11 Oct 2007 16:16:14 +0200 Subject: [PATCH] add missing trailing 0/(void *)0 --- src/devices/wifi/propagation-delay-model.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",