]> git.street.me.uk Git - andy/viking.git/blobdiff - src/datasource_bfilter.c
Only the TrackWaypoint layer should handle it's internal callback type.
[andy/viking.git] / src / datasource_bfilter.c
index 702352f54a81eff671be5cd32324a99a9bacff07..e243deb954ab960b2efc331c0d36b9b1585c0137 100644 (file)
@@ -43,7 +43,7 @@ VikLayerParamScale simplify_params_scales[] = {
 };
 
 VikLayerParam bfilter_simplify_params[] = {
-  { VIK_LAYER_NUM_TYPES, "numberofpoints", VIK_LAYER_PARAM_UINT, VIK_LAYER_GROUP_NONE, N_("Max number of points:"), VIK_LAYER_WIDGET_SPINBUTTON, simplify_params_scales, NULL, NULL },
+  { VIK_LAYER_NUM_TYPES, "numberofpoints", VIK_LAYER_PARAM_UINT, VIK_LAYER_GROUP_NONE, N_("Max number of points:"), VIK_LAYER_WIDGET_SPINBUTTON, simplify_params_scales, NULL, NULL, NULL, NULL },
 };
 
 VikLayerParamData bfilter_simplify_params_defaults[] = {