]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
Correction for the #define wxUSE_DRAG_AND_DROP 0 case
[wxWidgets.git] / src / motif / frame.cpp
index ea5e99675873e3a34a1b05edd9e4621c35728f92..c4c3d3c9521a7e235e3b13052a042cab06e31ed8 100644 (file)
@@ -91,8 +91,6 @@ BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
     EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged)
 END_EVENT_TABLE()
 
-IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
-
 // ============================================================================
 // implementation
 // ============================================================================
@@ -451,7 +449,7 @@ void wxFrame::DoSetIcon(const wxIcon& icon)
     if (!m_frameShell)
         return;
 
-    if (!icon.Ok() || !icon.GetDrawable())
+    if (!icon.IsOk() || !icon.GetDrawable())
         return;
 
     XtVaSetValues((Widget) m_frameShell,