From 6b3b05e5f7a91d1ec80f5512a7d8967abeee6d20 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 28 Feb 2018 16:24:43 +0100 Subject: [PATCH] fixing classname --- include/wx/osx/core/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index 5b012f9048f8..109f42012443 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -198,7 +198,7 @@ public : protected : wxMenu* m_peer; - wxDECLARE_ABSTRACT_CLASS(wxMenuItemImpl); + wxDECLARE_ABSTRACT_CLASS(wxMenuImpl); } ; #endif