]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aboutdlg.h
compilation fixes for PCH-less build
[wxWidgets.git] / include / wx / aboutdlg.h
index 3de6e10af896d2ff9f720ca99438b46f6c9f2fd6..2c38167c7ddc86d849bc6fd1a2dd1df5fd446a16 100644 (file)
@@ -22,7 +22,7 @@
 // wxAboutDialogInfo: information shown by the standard "About" dialog
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxAboutDialogInfo
+class WXDLLIMPEXP_ADV wxAboutDialogInfo
 {
 public:
     // all fields are initially uninitialized
@@ -147,7 +147,7 @@ private:
 };
 
 // functions to show the about dialog box
-WXDLLIMPEXP_CORE void wxAboutBox(const wxAboutDialogInfo& info);
+WXDLLIMPEXP_ADV void wxAboutBox(const wxAboutDialogInfo& info);
 
 #endif // wxUSE_ABOUTDLG