X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21977bac1ae09f726d1437b1b7092ae5b3f99119..07f93593809177eda6317a13f9b111759a52a3d2:/include/wx/busyinfo.h?ds=sidebyside diff --git a/include/wx/busyinfo.h b/include/wx/busyinfo.h index 0050bfa08a..b22c910f71 100644 --- a/include/wx/busyinfo.h +++ b/include/wx/busyinfo.h @@ -4,21 +4,13 @@ // 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 -#endif - -#include "wx/wxprec.h" - -#ifdef __BORDLANDC__ -#pragma hdrstop -#endif +#include "wx/defs.h" #include "wx/frame.h" @@ -28,6 +20,9 @@ class WXDLLEXPORT wxInfoFrame : public wxFrame { public: wxInfoFrame(wxWindow *parent, const wxString& message); + +private: + DECLARE_NO_COPY_CLASS(wxInfoFrame) }; @@ -46,6 +41,8 @@ public: private: wxInfoFrame *m_InfoFrame; + + DECLARE_NO_COPY_CLASS(wxBusyInfo) };