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:
Vadim Zeitlin 1999-11-08 18:38:56 +00:00
parent 3c0df30065
commit 2f5292c3df

View File

@ -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