]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/busyinfo.h
Added support for delayed deactivation of windows (for MDI)
[wxWidgets.git] / include / wx / busyinfo.h
index b5a94ba6dea3eaf77b22cb948d4c3327b55af312..b4a902dc15d12dc8eccd2ff470cd666191681fc9 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "wx/wxprec.h"
 
-#ifdef __BORDLANDC__
+#ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
@@ -46,6 +46,8 @@ public:
 
 private:
     wxInfoFrame *m_InfoFrame;
+
+    DECLARE_NO_COPY_CLASS(wxBusyInfo)
 };