diff options
Diffstat (limited to 'Source/SPDotExporter.m')
-rw-r--r-- | Source/SPDotExporter.m | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPDotExporter.m b/Source/SPDotExporter.m index 3a18b5d2..62cfbc48 100644 --- a/Source/SPDotExporter.m +++ b/Source/SPDotExporter.m @@ -227,9 +227,8 @@ [pool release]; } -/** - * Dealloc - */ +#pragma mark - + - (void)dealloc { delegate = nil; |