forked from organicmaps/organicmaps
Almost no-op, fix compilation issue.
This commit is contained in:
parent
b2c9a87477
commit
da5cefbe8d
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ public:
|
|||
private:
|
||||
void SwitchToDynamic()
|
||||
{
|
||||
ASSERT_NOT_EQUAL(m_size, USE_DYNAMIC, ());
|
||||
ASSERT_NOT_EQUAL(m_size, static_cast<size_t>(USE_DYNAMIC), ());
|
||||
ASSERT_EQUAL(m_dynamic.size(), 0, ());
|
||||
m_dynamic.insert(m_dynamic.end(), m_size, T());
|
||||
for (size_t i = 0; i < m_size; ++i)
|
||||
|
|
Loading…
Add table
Reference in a new issue