X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..80255b7eaf9427daf6fa21a3f27e4475dcc54cf8:/include/wx/palmos/control.h diff --git a/include/wx/palmos/control.h b/include/wx/palmos/control.h index fe88a5974e..caa3a804a4 100644 --- a/include/wx/palmos/control.h +++ b/include/wx/palmos/control.h @@ -15,7 +15,7 @@ #include "wx/dynarray.h" // General item class -class WXDLLEXPORT wxControl : public wxControlBase +class WXDLLIMPEXP_CORE wxControl : public wxControlBase { public: wxControl() { Init(); } @@ -48,7 +48,7 @@ public: virtual bool IsShown() const; virtual void SetLabel(const wxString& label); - virtual wxString GetLabel(); + //virtual wxString GetLabel(); // implementation from now on // --------------------------