Revision: 16328
          http://sourceforge.net/p/skim-app/code/16328
Author:   hofman
Date:     2026-05-31 15:42:10 +0000 (Sun, 31 May 2026)
Log Message:
-----------
type of parameter

Modified Paths:
--------------
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2026-05-31 15:39:04 UTC (rev 16327)
+++ trunk/SKPDFView.m   2026-05-31 15:42:10 UTC (rev 16328)
@@ -2480,7 +2480,7 @@
     return (x + 1.0) / sqrt(x * (x + 2.0)) - 1.0;
 }
 
-- (void)addAnnotationWithType:(SKNoteType)annotationType 
selection:(id)selection point:(NSPoint)point {
+- (void)addAnnotationWithType:(SKNoteType)annotationType 
selection:(PDFSelection *)selection point:(NSPoint)point {
        PDFPage *page = nil;
        NSRect bounds = NSZeroRect;
     BOOL noSelection = selection == nil;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to