]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
fix the run-time behaviour after the last compilation fixing patch
[wxWidgets.git] / include / wx / motif / frame.h
index efb804eb05aa3a869b18fbf8fe02508eab506d40..a5cf1996377e8b360de9026a3f97f60d87ab2de4 100644 (file)
 #ifndef _WX_MOTIF_FRAME_H_
 #define _WX_MOTIF_FRAME_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "frame.h"
-#endif
-
 class WXDLLEXPORT wxFrame : public wxFrameBase
 {
 public:
@@ -117,7 +113,7 @@ private:
     virtual void DoSetClientSize(int width, int height);
 
 private:
-    virtual bool DoCreate(wxWindow* parent,
+    virtual bool XmDoCreateTLW(wxWindow* parent,
                                wxWindowID id,
                                const wxString& title,
                                const wxPoint& pos,
@@ -126,9 +122,10 @@ private:
                                const wxString& name);
 
 
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxFrame)
 };
 
-#endif
-// _WX_MOTIF_FRAME_H_
+#endif // _WX_MOTIF_FRAME_H_
+