diff options
Diffstat (limited to 'Source/SPPrintController.m')
-rw-r--r-- | Source/SPPrintController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintController.m b/Source/SPPrintController.m index 1119fc15..2fecb035 100644 --- a/Source/SPPrintController.m +++ b/Source/SPPrintController.m @@ -216,7 +216,7 @@ NSDictionary *tableSource = [tableSourceInstance tableSourceForPrinting]; - SPExportMode tableType = [tablesListInstance tableType]; + SPTableType tableType = [tablesListInstance tableType]; switch (tableType) { case SPTableTypeTable: |