Fix unused parameter warning in macOS build
This commit is contained in:
parent
05917b04ae
commit
0f8b828394
1 changed files with 1 additions and 1 deletions
|
|
@ -1339,7 +1339,7 @@ void wxNSTextViewControl::EnableAutomaticDashSubstitution(bool enable)
|
|||
[m_textView setAutomaticDashSubstitutionEnabled:enable];
|
||||
}
|
||||
|
||||
void wxNSTextViewControl::EnableNewLineReplacement(bool enable)
|
||||
void wxNSTextViewControl::EnableNewLineReplacement(bool WXUNUSED(enable))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue