summaryrefslogtreecommitdiff
path: root/tagstats/tagstats.cpp
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-04-22 18:24:00 +0200
committerJochen Topf <jochen@topf.org>2011-04-22 18:24:00 +0200
commit41c2246d1492a1789edf9e038af64a89d765c5b4 (patch)
treee4cd3b5399b353c984bc4140d8d217b1e484a435 /tagstats/tagstats.cpp
parent3688d2b9e9668ab199ad41173fcf6629350e9a1a (diff)
downloadtaginfo-41c2246d1492a1789edf9e038af64a89d765c5b4.tar
taginfo-41c2246d1492a1789edf9e038af64a89d765c5b4.tar.gz
Cleanup
Diffstat (limited to 'tagstats/tagstats.cpp')
-rw-r--r--tagstats/tagstats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tagstats/tagstats.cpp b/tagstats/tagstats.cpp
index 718c4bc..c2fa7b0 100644
--- a/tagstats/tagstats.cpp
+++ b/tagstats/tagstats.cpp
@@ -7,7 +7,7 @@
#include "geodistribution.hpp"
#include "tagstats_handler.hpp"
-std::bitset<GeoDistribution::resolution_x * GeoDistribution::resolution_y> GeoDistribution::location_all;
+GeoDistribution::geo_distribution_t GeoDistribution::distribution_all;
class MyTagStatsHandler : public Osmium::Handler::Base {