- Remove wxTopLevelWindowCocoa from the wxRTTI class hierarchy
- DECLARE_NO_COPY_CLASS(wxTopLevelWindowCocoa); git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
// ========================================================================
|
||||
class WXDLLEXPORT wxTopLevelWindowCocoa : public wxTopLevelWindowBase, protected wxCocoaNSWindow
|
||||
{
|
||||
DECLARE_CLASS(wxTopLevelWindowCocoa);
|
||||
DECLARE_EVENT_TABLE();
|
||||
DECLARE_NO_COPY_CLASS(wxTopLevelWindowCocoa);
|
||||
// ------------------------------------------------------------------------
|
||||
// initialization
|
||||
// ------------------------------------------------------------------------
|
||||
|
@@ -43,7 +43,6 @@ wxWindowList wxModelessWindows;
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxTopLevelWindowCocoa creation
|
||||
// ----------------------------------------------------------------------------
|
||||
IMPLEMENT_CLASS(wxTopLevelWindowCocoa,wxWindowCocoa)
|
||||
BEGIN_EVENT_TABLE(wxTopLevelWindowCocoa,wxTopLevelWindowBase)
|
||||
EVT_CLOSE(wxTopLevelWindowCocoa::OnCloseWindow)
|
||||
END_EVENT_TABLE()
|
||||
|
Reference in New Issue
Block a user