Remove some useless "typedef wxX X"

This commit is contained in:
Twan van Laarhoven
2020-04-22 23:58:01 +02:00
parent 713a9e4a40
commit a585fc40cc
9 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ DECLARE_POINTER_TYPE(Set);
* in the future also:
* - new game, new style?
*/
class WelcomeWindow : public Frame {
class WelcomeWindow : public wxFrame {
public:
WelcomeWindow();