Revision: 24047
          http://sourceforge.net/p/bibdesk/svn/24047
Author:   hofman
Date:     2019-07-18 13:56:30 +0000 (Thu, 18 Jul 2019)
Log Message:
-----------
use ivar for properties

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

Modified: trunk/bibdesk/BDSKTypeManager.m
===================================================================
--- trunk/bibdesk/BDSKTypeManager.m     2019-07-18 06:31:29 UTC (rev 24046)
+++ trunk/bibdesk/BDSKTypeManager.m     2019-07-18 13:56:30 UTC (rev 24047)
@@ -94,7 +94,7 @@
 
 @implementation BDSKTypeManager
 
-@synthesize fieldsForTypesDict, types, defaultFieldsForTypes, defaultTypes, 
localFileFieldsSet, remoteURLFieldsSet, allURLFieldsSet, noteFieldsSet, 
numericFieldsSet, personFieldsSet, booleanFieldsSet, triStateFieldsSet, 
ratingFieldsSet, citationFieldsSet, invalidGroupFieldsSet, 
singleValuedGroupFieldsSet, allFieldsSet, requiredFieldsForCiteKey, 
requiredFieldsForLocalFile, invalidFieldNameCharacterSet, 
fragileCiteKeyCharacterSet;
+@synthesize fieldsForTypesDict, types, defaultFieldsForTypes, defaultTypes, 
localFileFieldsSet, remoteURLFieldsSet, allURLFieldsSet, noteFieldsSet, 
numericFieldsSet, personFieldsSet, booleanFieldsSet, triStateFieldsSet, 
ratingFieldsSet, citationFieldsSet, invalidGroupFieldsSet, 
singleValuedGroupFieldsSet, allFieldsSet, requiredFieldsForCiteKey, 
requiredFieldsForLocalFile, invalidFieldNameCharacterSet=invalidCiteKeyCharSet, 
fragileCiteKeyCharacterSet=fragileCiteKeyCharSet;
 
 static BDSKTypeManager *sharedManager = nil;
 

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