Revision: 14312
          http://sourceforge.net/p/skim-app/code/14312
Author:   hofman
Date:     2024-06-08 09:35:54 +0000 (Sat, 08 Jun 2024)
Log Message:
-----------
no need to import Quartz in header

Modified Paths:
--------------
    trunk/SKSnapshotWindowController.h

Modified: trunk/SKSnapshotWindowController.h
===================================================================
--- trunk/SKSnapshotWindowController.h  2024-06-07 14:14:54 UTC (rev 14311)
+++ trunk/SKSnapshotWindowController.h  2024-06-08 09:35:54 UTC (rev 14312)
@@ -37,7 +37,6 @@
  */
 
 #import <Cocoa/Cocoa.h>
-#import <Quartz/Quartz.h>
 #import "SKSnapshotPDFView.h"
 
 NS_ASSUME_NONNULL_BEGIN
@@ -44,7 +43,7 @@
 
 extern NSString *SKSnapshotCurrentSetupKey;
 
-@class PDFDocument, PDFPage;
+@class PDFDocument, PDFPage, PDFDestination;
 @protocol SKSnapshotWindowControllerDelegate;
 
 typedef NS_ENUM(NSInteger, SKSnapshotOpenType) {

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