Declare wxStaticText in wxUniv as being dynamic, not abstract, class.
This fixes a wxUniv build error due to the use of IMPLEMENT_DYNAMIC_CLASS() for wxStaticText in common code now. Closes #12842. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
967956ddcf
commit
f9c77abc2b
@ -62,7 +62,7 @@ protected:
|
||||
virtual void DoSetLabel(const wxString& str);
|
||||
virtual wxString DoGetLabel() const;
|
||||
|
||||
DECLARE_ABSTRACT_CLASS(wxStaticText)
|
||||
DECLARE_DYNAMIC_CLASS(wxStaticText)
|
||||
};
|
||||
|
||||
#endif // _WX_UNIV_STATTEXT_H_
|
||||
|
Loading…
Reference in New Issue
Block a user