diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index 16963ebc..a1e30e27 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -1509,7 +1509,7 @@ NS_INLINE size_t max(size_t a, size_t b) { return a > b ? a : b; } { #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-result" - [Preferences tooglePhraseReplacementEnabled]; + [Preferences toogleHalfWidthPunctuationEnabled]; #pragma GCC diagnostic pop }