X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..e9e8b38179b147dd04f5c19af7e56a94342e93a7:/include/wx/x11/toplevel.h diff --git a/include/wx/x11/toplevel.h b/include/wx/x11/toplevel.h index 675fc4ad08..7aaffb5243 100644 --- a/include/wx/x11/toplevel.h +++ b/include/wx/x11/toplevel.h @@ -16,7 +16,7 @@ // wxTopLevelWindowX11 // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTopLevelWindowX11 : public wxTopLevelWindowBase +class WXDLLIMPEXP_CORE wxTopLevelWindowX11 : public wxTopLevelWindowBase { public: // constructors and such @@ -50,7 +50,6 @@ public: 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(); @@ -113,6 +112,6 @@ protected: }; // list of all frames and modeless dialogs -//extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows; +//extern WXDLLIMPEXP_DATA_CORE(wxWindowList) wxModelessWindows; #endif // _WX_X11_TOPLEVEL_H_