]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/busyinfo.h
Committing in .
[wxWidgets.git] / include / wx / busyinfo.h
index be907a80cdfc913979d0e5b54e9dffe5fd1056a3..37e7238cb6005ab094c4e505151ce833f827fe52 100644 (file)
@@ -24,7 +24,7 @@
 
 #if wxUSE_BUSYINFO
 
-class wxInfoFrame : public wxFrame
+class WXDLLEXPORT wxInfoFrame : public wxFrame
 {
     public:
         wxInfoFrame(wxWindow *parent, const wxString& message);
@@ -37,7 +37,7 @@ class wxInfoFrame : public wxFrame
 //                  Can be used in exactly same way as wxBusyCursor
 //--------------------------------------------------------------------------------
 
-class wxBusyInfo : public wxObject
+class WXDLLEXPORT wxBusyInfo : public wxObject
 {
     public:
         wxBusyInfo(const wxString& message);