wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Fix for potential warnings (C4390 / -Wempty-body and C4706) #24503

Closed MapleLeaf-X closed 2 weeks ago

MapleLeaf-X commented 3 weeks ago

A small fix for potential warnings C4390 / -Wempty-body and C4706.

for consistency with the rest of the code I've used actual types instead of auto.

PS: I ended up botching my fork so I had to recreate it.

vadz commented 2 weeks ago

Thanks, will merge soon.