X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..960b193e59a7700570cfcae914ef2f698e6ba3b8:/include/wx/busyinfo.h diff --git a/include/wx/busyinfo.h b/include/wx/busyinfo.h index b5a94ba6de..f9fddb2ee1 100644 --- a/include/wx/busyinfo.h +++ b/include/wx/busyinfo.h @@ -10,13 +10,13 @@ #ifndef __INFOWIN_H__ #define __INFOWIN_H__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "busyinfo.h" #endif #include "wx/wxprec.h" -#ifdef __BORDLANDC__ +#ifdef __BORLANDC__ #pragma hdrstop #endif @@ -28,6 +28,9 @@ class WXDLLEXPORT wxInfoFrame : public wxFrame { public: wxInfoFrame(wxWindow *parent, const wxString& message); + +private: + DECLARE_NO_COPY_CLASS(wxInfoFrame) }; @@ -46,6 +49,8 @@ public: private: wxInfoFrame *m_InfoFrame; + + DECLARE_NO_COPY_CLASS(wxBusyInfo) };