diff --git a/contrib/src/gizmos/ledctrl.cpp b/contrib/src/gizmos/ledctrl.cpp index 3f0d109a3c..a43f5ae588 100644 --- a/contrib/src/gizmos/ledctrl.cpp +++ b/contrib/src/gizmos/ledctrl.cpp @@ -136,7 +136,7 @@ void wxLEDNumberCtrl::SetValue(wxString const &Value, bool Redraw) if (Value != m_Value) { #ifdef __WXDEBUG__ - if (!Value.IsEmpty()) + if (!Value.empty()) { for(size_t i=0; i