fix msvs compiler error - closes #2560
This commit is contained in:
parent
5cd2cd629f
commit
bff4465976
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ struct weighted_vertex : private mapnik::noncopyable
|
|||
|
||||
struct ascending_sort
|
||||
{
|
||||
bool operator() (const weighted_vertex *a, const weighted_vertex *b)
|
||||
bool operator() (const weighted_vertex *a, const weighted_vertex *b) const
|
||||
{
|
||||
return b->weight > a->weight;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue