]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/busyinfo.h
Call base OnInternalIdle
[wxWidgets.git] / include / wx / busyinfo.h
index ab9f5a6f2d114599055508627bdaca8bacdd188a..2ec17ec88acf02f3c395bc37958def8e8bae7f3a 100644 (file)
@@ -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)
 };