]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/busyinfo.h
Fixed size problem due to wxMac window implementation difference
[wxWidgets.git] / include / wx / busyinfo.h
index b4a902dc15d12dc8eccd2ff470cd666191681fc9..f9fddb2ee192ecb47b98766be75485e3a2063bba 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __INFOWIN_H__
 #define __INFOWIN_H__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "busyinfo.h"
 #endif
 
@@ -28,6 +28,9 @@ class WXDLLEXPORT wxInfoFrame : public wxFrame
 {
 public:
     wxInfoFrame(wxWindow *parent, const wxString& message);
+
+private:
+    DECLARE_NO_COPY_CLASS(wxInfoFrame)
 };