]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/toplevel.h
fix for HP aCC
[wxWidgets.git] / include / wx / x11 / toplevel.h
index 675fc4ad082befb36feaa21f6dc88659d8cd3f6d..7aaffb52437563889eae74c960e0621c3ae92ea4 100644 (file)
@@ -16,7 +16,7 @@
 // wxTopLevelWindowX11
 // ----------------------------------------------------------------------------
 
 // wxTopLevelWindowX11
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxTopLevelWindowX11 : public wxTopLevelWindowBase
+class WXDLLIMPEXP_CORE wxTopLevelWindowX11 : public wxTopLevelWindowBase
 {
 public:
     // constructors and such
 {
 public:
     // constructors and such
@@ -50,7 +50,6 @@ public:
     virtual bool IsMaximized() const;
     virtual void Iconize(bool iconize = true);
     virtual bool IsIconized() const;
     virtual bool IsMaximized() const;
     virtual void Iconize(bool iconize = true);
     virtual bool IsIconized() const;
-    virtual void SetIcon(const wxIcon& icon) { SetIcons( wxIconBundle( icon ) ); }
     virtual void SetIcons(const wxIconBundle& icons);
     virtual void Restore();
 
     virtual void SetIcons(const wxIconBundle& icons);
     virtual void Restore();
 
@@ -113,6 +112,6 @@ protected:
 };
 
 // list of all frames and modeless dialogs
 };
 
 // list of all frames and modeless dialogs
-//extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows;
+//extern WXDLLIMPEXP_DATA_CORE(wxWindowList) wxModelessWindows;
 
 #endif // _WX_X11_TOPLEVEL_H_
 
 #endif // _WX_X11_TOPLEVEL_H_