Revision: 27995
          http://sourceforge.net/p/bibdesk/svn/27995
Author:   hofman
Date:     2022-10-04 09:43:54 +0000 (Tue, 04 Oct 2022)
Log Message:
-----------
make accessor private

Modified Paths:
--------------
    trunk/bibdesk/BDSKSecureTextField.h
    trunk/bibdesk/BDSKSecureTextField.m

Modified: trunk/bibdesk/BDSKSecureTextField.h
===================================================================
--- trunk/bibdesk/BDSKSecureTextField.h 2022-10-04 09:39:14 UTC (rev 27994)
+++ trunk/bibdesk/BDSKSecureTextField.h 2022-10-04 09:43:54 UTC (rev 27995)
@@ -47,8 +47,6 @@
 
 @property (nonatomic) BOOL showsText;
 
-@property (nonatomic, readonly) NSButton *button;
-
 - (IBAction)toggleShowsText:(id)sender;
 
 @end

Modified: trunk/bibdesk/BDSKSecureTextField.m
===================================================================
--- trunk/bibdesk/BDSKSecureTextField.m 2022-10-04 09:39:14 UTC (rev 27994)
+++ trunk/bibdesk/BDSKSecureTextField.m 2022-10-04 09:43:54 UTC (rev 27995)
@@ -43,6 +43,10 @@
 #import "BDSKEmbeddedButton.h"
 
 
+@interface BDSKSecureTextField ()
+@property (nonatomic, readonly) NSButton *button;
+@end
+
 @implementation BDSKSecureTextField
 
 @synthesize showsText, button;

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