From 76727f8d0e39fcdf1bdfc3bdccb7887265c2f615 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 8 Oct 2010 18:11:04 +0000 Subject: Fix constant assignment. --- Source/SPPrintController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3