fixing classname

This commit is contained in:
Stefan Csomor
2018-02-28 16:24:43 +01:00
parent a7505356a4
commit 6b3b05e5f7

View File

@@ -198,7 +198,7 @@ public :
protected :
wxMenu* m_peer;
wxDECLARE_ABSTRACT_CLASS(wxMenuItemImpl);
wxDECLARE_ABSTRACT_CLASS(wxMenuImpl);
} ;
#endif