Avoid using dynamic_cast in source code
This commit is contained in:
parent
3fd5abfa1a
commit
b6ffa0f190
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user