mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-30 21:38:19 +00:00
Fixed pragma typos
This commit is contained in:
@@ -340,7 +340,7 @@ typedef NS_ENUM(NSUInteger, MPAlertContext) {
|
|||||||
[_outlineViewController showOutline];
|
[_outlineViewController showOutline];
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma makr Validation
|
#pragma mark Validation
|
||||||
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
||||||
return ([[self document] validateMenuItem:menuItem]);
|
return ([[self document] validateMenuItem:menuItem]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
|
|||||||
object:_outlineView];
|
object:_outlineView];
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma makr Outline handling
|
#pragma mark Outline handling
|
||||||
|
|
||||||
- (void)showOutline {
|
- (void)showOutline {
|
||||||
if(!_bindingEstablished) {
|
if(!_bindingEstablished) {
|
||||||
|
|||||||
Reference in New Issue
Block a user