compilation fix for Motif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3c0df30065
commit
2f5292c3df
@ -46,10 +46,11 @@ public:
|
||||
{
|
||||
SetRange(min, max);
|
||||
|
||||
bool val = wxTextCtrl::Create(parent, id, value, pos, size, style,
|
||||
bool ok = wxTextCtrl::Create(parent, id, value, pos, size, style,
|
||||
wxDefaultValidator, name);
|
||||
SetValue(initial);
|
||||
return value;
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
||||
// accessors
|
||||
|
Loading…
Reference in New Issue
Block a user