Revision: 16192
          http://sourceforge.net/p/skim-app/code/16192
Author:   hofman
Date:     2026-04-08 14:05:49 +0000 (Wed, 08 Apr 2026)
Log Message:
-----------
tableViews is not weak

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

Modified: trunk/SKSideViewController.h
===================================================================
--- trunk/SKSideViewController.h        2026-04-08 09:26:27 UTC (rev 16191)
+++ trunk/SKSideViewController.h        2026-04-08 14:05:49 UTC (rev 16192)
@@ -63,7 +63,7 @@
 @property (nonatomic, nullable, weak) SKMainWindowController *mainController;
 
 @property (nonatomic) CGFloat topInset;
-@property (weak, nonatomic, readonly) NSArray<NSTableView *> *tableViews;
+@property (nonatomic, readonly) NSArray<NSTableView *> *tableViews;
 
 - (BOOL)requiresAlternateButtonForView:(NSView *)aView;
 

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