mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:01:16 +00:00
fix some trailing semicolons
This commit is contained in:
parent
fb358c3b03
commit
08411ea68f
5 changed files with 5 additions and 5 deletions
|
@ -1987,7 +1987,7 @@ static NSString *_placeholderItem = nil;
|
|||
return _allowsEmptySelection;
|
||||
}
|
||||
|
||||
- (void) setAllowsEmptySelection: (BOOL)flag;
|
||||
- (void) setAllowsEmptySelection: (BOOL)flag
|
||||
{
|
||||
_allowsEmptySelection = flag;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue