Revision: 27858
          http://sourceforge.net/p/bibdesk/svn/27858
Author:   hofman
Date:     2022-09-06 23:01:38 +0000 (Tue, 06 Sep 2022)
Log Message:
-----------
no need for bycopy

Modified Paths:
--------------
    trunk/bibdesk/BDSKSharingClient.m

Modified: trunk/bibdesk/BDSKSharingClient.m
===================================================================
--- trunk/bibdesk/BDSKSharingClient.m   2022-09-06 21:27:38 UTC (rev 27857)
+++ trunk/bibdesk/BDSKSharingClient.m   2022-09-06 23:01:38 UTC (rev 27858)
@@ -250,7 +250,7 @@
 
 #pragma mark Authentication
 
-- (bycopy NSString *)passwordFromPanel;
+- (NSString *)passwordFromPanel;
 {
     NSAssert([NSThread isMainThread] == 1, @"password controller must be run 
from the main thread");
     return [BDSKPasswordController passwordFromPanelWithMessage:[NSString 
stringWithFormat:NSLocalizedString(@"Enter password for %@", @"Prompt for 
Password dialog"), [service name]]];

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