diff options
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 3ccdfd74..274da7ed 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -221,7 +221,8 @@ */ NSMutableArray *exportFiles; - NSInteger heightOffset; + NSInteger heightOffset1; + NSInteger heightOffset2; NSUInteger windowMinWidth; NSUInteger windowMinHeigth; } |