Cleanup, format

This commit is contained in:
bgbsww
2024-07-21 22:28:59 -04:00
parent 38269241e6
commit 1eda66dfd8
6 changed files with 37 additions and 46 deletions

View File

@@ -269,7 +269,7 @@ const std::vector<std::string>& GeoFeature::searchElementCache(const std::string
return none;
}
const std::vector<const char*>& GeoFeature::getElementTypes(bool /*all*/) const
std::vector<const char*> GeoFeature::getElementTypes(bool /*all*/) const
{
static std::vector<const char*> nil;
auto prop = getPropertyOfGeometry();