diff options
Diffstat (limited to 'Source/SPPrintAccessory.h')
-rw-r--r-- | Source/SPPrintAccessory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintAccessory.h b/Source/SPPrintAccessory.h index d1b8498d..4c780f28 100644 --- a/Source/SPPrintAccessory.h +++ b/Source/SPPrintAccessory.h @@ -34,6 +34,6 @@ WebView *printWebView; } -- (void) setPrintView:(WebView *)theWebView; +- (void)setPrintView:(WebView *)theWebView; @end |