1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Fix non-UNICODE build

This commit is contained in:
lllucius
2014-12-28 20:02:00 +00:00
parent 2c90642806
commit d1af695919

View File

@@ -159,6 +159,7 @@ void wxNumValidatorBase::OnChar(wxKeyEvent& event)
} }
#else // !wxUSE_UNICODE #else // !wxUSE_UNICODE
const int ch = event.GetKeyCode(); const int ch = event.GetKeyCode();
const int c = ch;
if ( ch > WXK_DELETE ) if ( ch > WXK_DELETE )
{ {
// Not a character neither. // Not a character neither.