Avoid using dynamic_cast in source code

This commit is contained in:
Markus Gans 2018-10-13 00:39:48 +02:00
parent 3fd5abfa1a
commit b6ffa0f190
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ uChar FMenuItem::hotKey()
length = text.getLength();
for (std::size_t i = 0; i < length; i++)
for (uInt i = 0; i < length; i++)
{
try
{