]> git.saurik.com Git - wxWidgets.git/commitdiff
- Remove wxTopLevelWindowCocoa from the wxRTTI class hierarchy
authorDavid Elliott <dfe@tgwbd.org>
Mon, 24 Mar 2003 17:06:28 +0000 (17:06 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 24 Mar 2003 17:06:28 +0000 (17:06 +0000)
- DECLARE_NO_COPY_CLASS(wxTopLevelWindowCocoa);

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/toplevel.h
src/cocoa/toplevel.mm

index cb45fd5ca53a79e94ca47bb68427e639f48cc0d4..9af31a2e519560590d4c6cb0b2012b4fe24cbaec 100644 (file)
@@ -20,8 +20,8 @@
 // ========================================================================
 class WXDLLEXPORT wxTopLevelWindowCocoa : public wxTopLevelWindowBase, protected wxCocoaNSWindow
 {
-    DECLARE_CLASS(wxTopLevelWindowCocoa);
     DECLARE_EVENT_TABLE();
+    DECLARE_NO_COPY_CLASS(wxTopLevelWindowCocoa);
 // ------------------------------------------------------------------------
 // initialization
 // ------------------------------------------------------------------------
index 93fb983c77bbf666c6c315f02de88c6ca9960e43..f20e2baead48347b356c29fe23cb97c664503d82 100644 (file)
@@ -43,7 +43,6 @@ wxWindowList       wxModelessWindows;
 // ----------------------------------------------------------------------------
 // wxTopLevelWindowCocoa creation
 // ----------------------------------------------------------------------------
-IMPLEMENT_CLASS(wxTopLevelWindowCocoa,wxWindowCocoa)
 BEGIN_EVENT_TABLE(wxTopLevelWindowCocoa,wxTopLevelWindowBase)
     EVT_CLOSE(wxTopLevelWindowCocoa::OnCloseWindow)
 END_EVENT_TABLE()