Pass matcher instead of NULL.

pull/637/head
Fredrik Öhrström 2022-10-13 20:30:28 +02:00
rodzic 9152e28882
commit 8a0eef2ece
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -970,7 +970,7 @@ void MeterCommonImplementation::addNumericFieldWithCalculator(string vname,
vquantity,
use_unit == Unit::Unknown ? defaultUnitForQuantity(vquantity) : use_unit,
VifScaling::Auto,
NULL,
FieldMatcher::build(),
help,
print_properties,
NULL,