We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd34678 + 71b5eab commit 6f36674Copy full SHA for 6f36674
libosmscout/src/osmscout/db/AreaAreaIndex.cpp
@@ -74,7 +74,7 @@ namespace osmscout {
74
#endif
75
76
if (!indexCache.GetEntry(offset,cacheRef)) {
77
- IndexCache::CacheEntry cacheEntry(offset);
+ IndexCache::CacheEntry cacheEntry(offset, IndexCell());
78
79
cacheRef=indexCache.SetEntry(cacheEntry);
80
0 commit comments