Revision: 28496
          http://sourceforge.net/p/bibdesk/svn/28496
Author:   hofman
Date:     2023-12-31 17:05:19 +0000 (Sun, 31 Dec 2023)
Log Message:
-----------
no weak variables

Modified Paths:
--------------
    trunk/bibdesk/BDSKControlTableCellView.h
    trunk/bibdesk/BDSKGroupCellView.h

Modified: trunk/bibdesk/BDSKControlTableCellView.h
===================================================================
--- trunk/bibdesk/BDSKControlTableCellView.h    2023-12-31 16:55:04 UTC (rev 
28495)
+++ trunk/bibdesk/BDSKControlTableCellView.h    2023-12-31 17:05:19 UTC (rev 
28496)
@@ -40,7 +40,7 @@
 
 
 @interface BDSKControlTableCellView : NSTableCellView {
-    __weak NSControl *control;
+    NSControl *control;
 }
 
 @property (nonatomic, assign) IBOutlet NSControl *control;

Modified: trunk/bibdesk/BDSKGroupCellView.h
===================================================================
--- trunk/bibdesk/BDSKGroupCellView.h   2023-12-31 16:55:04 UTC (rev 28495)
+++ trunk/bibdesk/BDSKGroupCellView.h   2023-12-31 17:05:19 UTC (rev 28496)
@@ -40,10 +40,10 @@
 
 
 @interface BDSKGroupCellView : NSTableCellView {
-    __weak NSTextField *nameField;
-    __weak NSTextField *labelField;
-    __weak NSImageView *bubbleView;
-    __weak NSProgressIndicator *progressIndicator;
+    NSTextField *nameField;
+    NSTextField *labelField;
+    NSImageView *bubbleView;
+    NSProgressIndicator *progressIndicator;
 }
 
 @property (nonatomic, assign) IBOutlet NSTextField *nameField;

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to