diff options
Diffstat (limited to 'Source/SPXMLExporter.m')
-rw-r--r-- | Source/SPXMLExporter.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPXMLExporter.m b/Source/SPXMLExporter.m index 2da40220..83497ec4 100644 --- a/Source/SPXMLExporter.m +++ b/Source/SPXMLExporter.m @@ -129,6 +129,9 @@ currentPoolDataLength = 0; + // Inform the delegate that we are about to start writing the data to disk + [delegate performSelectorOnMainThread:@selector(xmlExportProcessWillBeginWritingData:) withObject:self waitUntilDone:NO]; + while (1) { // Check for cancellation flag |