diff options
Diffstat (limited to 'Source/SPExporter.h')
-rw-r--r-- | Source/SPExporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPExporter.h b/Source/SPExporter.h index 805173c9..f3c01077 100644 --- a/Source/SPExporter.h +++ b/Source/SPExporter.h @@ -64,7 +64,7 @@ SPFileHandle *exportOutputFileHandle; NSStringEncoding exportOutputEncoding; - NSInteger exportMaxProgress; + double exportMaxProgress; } @property(readwrite, retain) MCPConnection *connection; @@ -78,6 +78,6 @@ @property(readwrite, retain) SPFileHandle *exportOutputFileHandle; @property(readwrite, assign) NSStringEncoding exportOutputEncoding; -@property(readwrite, assign) NSInteger exportMaxProgress; +@property(readwrite, assign) double exportMaxProgress; @end |