]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/iconbndl.h
made SelectionToText and ToText public
[wxWidgets.git] / include / wx / iconbndl.h
index 869f93e3c2ed032d200ebe7fe570678375ee27e3..001530f0085eb776ddb92034a30c43ae428f701a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     23.03.02
 // RCS-ID:      $Id$
 // Copyright:   (c) Mattia Barbon
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_ICONBNDL_H_
@@ -20,8 +20,8 @@
 // for wxSize
 #include "wx/gdicmn.h"
 
-class WXDLLEXPORT wxIcon;
-class WXDLLEXPORT wxString;
+class WXDLLIMPEXP_CORE wxIcon;
+class WXDLLIMPEXP_BASE wxString;
 
 WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray );