projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adapting to init pattern
[wxWidgets.git]
/
src
/
cocoa
/
frame.mm
diff --git
a/src/cocoa/frame.mm
b/src/cocoa/frame.mm
index dd494c88dff6e4556a7d5712a236071e4127b14c..78b82d4f8c185f2a0f3965e6a99ef79f1636092c 100644
(file)
--- a/
src/cocoa/frame.mm
+++ b/
src/cocoa/frame.mm
@@
-6,7
+6,7
@@
// Created: 2003/03/16
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Created: 2003/03/16
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
@@
-34,8
+34,6
@@
BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
END_EVENT_TABLE()
BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
END_EVENT_TABLE()
-IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
-
void wxFrame::Init()
{
m_frameNSView = nil;
void wxFrame::Init()
{
m_frameNSView = nil;