added default ctor to wxStaticText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
class WXDLLEXPORT wxStaticText : public wxStaticTextBase
|
class WXDLLEXPORT wxStaticText : public wxStaticTextBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
wxStaticText() { }
|
||||||
|
|
||||||
// usual ctor
|
// usual ctor
|
||||||
wxStaticText(wxWindow *parent,
|
wxStaticText(wxWindow *parent,
|
||||||
const wxString& label,
|
const wxString& label,
|
||||||
|
Reference in New Issue
Block a user