]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
Added Unix implementation of platform specific files for OS/2.
[wxWidgets.git] / src / motif / frame.cpp
index ea10fe25541038c34311e14c91cd7006a095d69f..6213bc498c3cc31e68a54b23a42ef5412a5dd9d8 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "frame.h"
 #endif
 
@@ -97,7 +97,7 @@ BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
     EVT_SYS_COLOUR_CHANGED(wxFrame::OnSysColourChanged)
 END_EVENT_TABLE()
 
-IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindow)
+IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow)
 
 // ============================================================================
 // implementation