aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPrintController.h')
-rw-r--r--Source/SPPrintController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPPrintController.h b/Source/SPPrintController.h
index 17b78e35..5d259be5 100644
--- a/Source/SPPrintController.h
+++ b/Source/SPPrintController.h
@@ -27,8 +27,8 @@
@interface TableDocument (SPPrintController)
-- (NSString *)generateHTMLForPrinting;
-- (NSString *)generateTableInfoHTMLForPrinting;
+- (void)generateHTMLForPrinting;
+- (void)generateTableInfoHTMLForPrinting;
- (NSArray *)columnNames;
- (NSMutableDictionary *)connectionInformation;