X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21977bac1ae09f726d1437b1b7092ae5b3f99119..43790a0d0386ba63c967545cea7487df2db6e966:/include/wx/busyinfo.h?ds=inline diff --git a/include/wx/busyinfo.h b/include/wx/busyinfo.h index 0050bfa08a..f487138c20 100644 --- a/include/wx/busyinfo.h +++ b/include/wx/busyinfo.h @@ -4,19 +4,19 @@ // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik // RCS-ID: $Id$ -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __INFOWIN_H__ #define __INFOWIN_H__ -#ifdef __GNUG__ -#pragma interface +#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) };