Revision: 24068
http://sourceforge.net/p/bibdesk/svn/24068
Author: hofman
Date: 2019-07-21 21:22:44 +0000 (Sun, 21 Jul 2019)
Log Message:
-----------
remove fields options is an options mask
Modified Paths:
--------------
trunk/bibdesk/BibItem.h
Modified: trunk/bibdesk/BibItem.h
===================================================================
--- trunk/bibdesk/BibItem.h 2019-07-21 06:30:38 UTC (rev 24067)
+++ trunk/bibdesk/BibItem.h 2019-07-21 21:22:44 UTC (rev 24068)
@@ -61,9 +61,9 @@
BDSKIsCrossreffedCrossrefError
};
-typedef NS_ENUM(NSInteger, BDSKRemoveFieldsOption) {
+typedef NS_OPTIONS(NSUInteger, BDSKRemoveFieldsOption) {
BDSKRemoveNoFields = 0,
- BDSKRemoveLocalFileFields = 1,
+ BDSKRemoveLocalFileFields = 1 << 0,
BDSKRemoveRemoteURLFields = 1 << 1,
};
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