Fix unused parameter warning in macOS build

This commit is contained in:
Maarten Bent 2022-04-12 20:49:20 +02:00
parent 05917b04ae
commit 0f8b828394

View file

@ -1339,7 +1339,7 @@ void wxNSTextViewControl::EnableAutomaticDashSubstitution(bool enable)
[m_textView setAutomaticDashSubstitutionEnabled:enable];
}
void wxNSTextViewControl::EnableNewLineReplacement(bool enable)
void wxNSTextViewControl::EnableNewLineReplacement(bool WXUNUSED(enable))
{
}