forked from organicmaps/organicmaps
[new downloader] Review fixes.
This commit is contained in:
parent
dea6c2e2de
commit
68b411a731
3 changed files with 3 additions and 3 deletions
|
@ -21,4 +21,4 @@ namespace storage
|
|||
{
|
||||
return countryId != kInvalidCountryId;
|
||||
}
|
||||
}
|
||||
} // namespace storage
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace storage
|
|||
|
||||
extern const storage::TCountryId kInvalidCountryId;
|
||||
|
||||
// @TODO(bykoianko) Check in counrtry tree if the countryId valid.
|
||||
// @TODO(bykoianko) Check in country tree if the countryId valid.
|
||||
bool IsCountryIdValid(TCountryId const & countryId);
|
||||
|
||||
struct TIndex
|
||||
|
|
|
@ -28,7 +28,7 @@ struct NodeAttrs
|
|||
/// belongs to the node. If the node isn't expandable |m_mapsDownloaded| == 1.
|
||||
uint32_t m_mwmCounter;
|
||||
|
||||
/// Number of mwms belonging to the node which has been donwloaded.
|
||||
/// Number of mwms belonging to the node which has been downloaded.
|
||||
uint32_t m_localMwmCounter;
|
||||
|
||||
/// If it's not an expandable node, |m_nodeSize| is size of one mwm according to countries.txt.
|
||||
|
|
Loading…
Add table
Reference in a new issue