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
@@ -20,7 +20,7 @@ DECLARE_POINTER_TYPE(ValueActionPerformer);
// ----------------------------------------------------------------------------- : SymbolWindow
/// The window for editing symbols
class SymbolWindow : public Frame {
class SymbolWindow : public wxFrame {
public:
/// Construct a SymbolWindow
SymbolWindow(Window* parent);