forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
9d39ae1951
commit
879e33f540
1 changed files with 1 additions and 2 deletions
|
@ -72,8 +72,7 @@ public:
|
|||
|
||||
bool operator()(FeatureType const & ft) const
|
||||
{
|
||||
static auto const & buildingChecker = IsBuildingChecker::Instance();
|
||||
return !ft.GetHouseNumber().empty() || buildingChecker(ft);
|
||||
return !ft.GetHouseNumber().empty() || IsBuildingChecker::Instance()(ft);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue