]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/icon.h
#4479: wx.ComboBox needs a SetFont method
[wxWidgets.git] / include / wx / motif / icon.h
index 0be289275935b142a3a3400b1d4ad754ada67f74..e2aef577cbdcdc6a1e9b562397db1afec7c45074 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/bitmap.h"
 
 // Icon
-class WXDLLEXPORT wxIcon : public wxBitmap
+class WXDLLIMPEXP_CORE wxIcon : public wxBitmap
 {
 public:
     wxIcon();
@@ -24,8 +24,10 @@ public:
     wxIcon(const char bits[], int width, int height);
 
     // Initialize with XPM data
-    wxIcon(const char **data);
+    wxIcon(const char* const* data);
+#ifdef wxNEEDS_CHARPP
     wxIcon(char **data);
+#endif
 
     wxIcon(const wxString& name, wxBitmapType type = wxBITMAP_TYPE_XPM,
            int desiredWidth = -1, int desiredHeight = -1)