diff options
Diffstat (limited to 'Source/SPTableRelations.h')
-rw-r--r-- | Source/SPTableRelations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTableRelations.h b/Source/SPTableRelations.h index 6d4315e2..66424d20 100644 --- a/Source/SPTableRelations.h +++ b/Source/SPTableRelations.h @@ -69,7 +69,7 @@ - (IBAction)refreshRelations:(id)sender; // Task interaction -- (void) startDocumentTaskForTab:(NSNotification *)aNotification; -- (void) endDocumentTaskForTab:(NSNotification *)aNotification; +- (void)startDocumentTaskForTab:(NSNotification *)aNotification; +- (void)endDocumentTaskForTab:(NSNotification *)aNotification; @end |