Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 18, 2021
1 parent 6124433 commit 39226e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vector/qgsvectorlayerfeaturecounter.cpp
Expand Up @@ -118,7 +118,7 @@ void QgsVectorLayerFeatureCounter::cancel()
QgsTask::cancel();
}

QHash<QString, long> QgsVectorLayerFeatureCounter::symbolFeatureCountMap() const
QHash<QString, long long> QgsVectorLayerFeatureCounter::symbolFeatureCountMap() const
{
return mSymbolFeatureCountMap;
}
Expand Down

0 comments on commit 39226e7

Please sign in to comment.