X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..4ebd02e913086c6ec131deb0d60ae65b01808afe:/include/wx/busyinfo.h diff --git a/include/wx/busyinfo.h b/include/wx/busyinfo.h index b4a902dc15..4b8cf55510 100644 --- a/include/wx/busyinfo.h +++ b/include/wx/busyinfo.h @@ -4,21 +4,17 @@ // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik // RCS-ID: $Id$ -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #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 __BORLANDC__ -#pragma hdrstop -#endif +#include "wx/defs.h" #include "wx/frame.h" @@ -28,6 +24,9 @@ class WXDLLEXPORT wxInfoFrame : public wxFrame { public: wxInfoFrame(wxWindow *parent, const wxString& message); + +private: + DECLARE_NO_COPY_CLASS(wxInfoFrame) };