mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +00:00
NSSpellChecker: implement stub for +isAutomaticDashSubstitutionEnabled
Implement stub for +[NSSpellChecker isAutomaticDashSubstitutionEnabled] for compatibility purposes.
This commit is contained in:
parent
9e8ef84b54
commit
39d9105d35
2 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,7 @@ enum
|
|||
}
|
||||
|
||||
+ (BOOL)isAutomaticTextReplacementEnabled;
|
||||
+ (BOOL)isAutomaticDashSubstitutionEnabled;
|
||||
|
||||
//
|
||||
// Making a Checker available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue