]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
TRUE not true, FALSE not false
[wxWidgets.git] / include / wx / frame.h
index 4228ea0c103d18b5656e614a13789c3ce3b43261..024c6f9bd235093743fe98ac752107a5447c9d71 100644 (file)
@@ -44,12 +44,7 @@ class WXDLLEXPORT wxToolBar;
 // CreateXXXBar() is called.
 // ----------------------------------------------------------------------------
 
-// FIXME - temporary hack in absence of wxTLW !!
-#ifndef wxTopLevelWindowNative
-class WXDLLEXPORT wxFrameBase : public wxTopLevelWindowBase
-#else
 class WXDLLEXPORT wxFrameBase : public wxTopLevelWindow
-#endif
 {
 public:
     // construction
@@ -220,6 +215,7 @@ protected:
 #endif // wxUSE_TOOLBAR
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxFrameBase)
 };
 
 // include the real class declaration