forked from organicmaps/organicmaps-tmp
Review fixes.
This commit is contained in:
parent
d13c4b9212
commit
764772641c
1 changed files with 2 additions and 2 deletions
|
@ -295,8 +295,8 @@ public:
|
|||
{
|
||||
UpdateInfo() : m_numberOfMwmFilesToUpdate(0), m_totalUpdateSizeInBytes(0) {}
|
||||
|
||||
uint32_t m_numberOfMwmFilesToUpdate;
|
||||
uint64_t m_totalUpdateSizeInBytes;
|
||||
TMwmCounter m_numberOfMwmFilesToUpdate;
|
||||
TMwmSize m_totalUpdateSizeInBytes;
|
||||
};
|
||||
|
||||
struct StatusCallback
|
||||
|
|
Loading…
Add table
Reference in a new issue