X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..1412634be86c223f742fac14ca88e5a587066419:/include/wx/busyinfo.h?ds=sidebyside diff --git a/include/wx/busyinfo.h b/include/wx/busyinfo.h index b4a902dc15..2ec17ec88a 100644 --- a/include/wx/busyinfo.h +++ b/include/wx/busyinfo.h @@ -28,6 +28,9 @@ class WXDLLEXPORT wxInfoFrame : public wxFrame { public: wxInfoFrame(wxWindow *parent, const wxString& message); + +private: + DECLARE_NO_COPY_CLASS(wxInfoFrame) };