aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPPrintController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintController.m b/Source/SPPrintController.m
index 2fecb035..29cccc66 100644
--- a/Source/SPPrintController.m
+++ b/Source/SPPrintController.m
@@ -216,7 +216,7 @@
NSDictionary *tableSource = [tableSourceInstance tableSourceForPrinting];
- SPTableType tableType = [tablesListInstance tableType];
+ NSInteger tableType = [tablesListInstance tableType];
switch (tableType) {
case SPTableTypeTable: