Revision: 23959
http://sourceforge.net/p/bibdesk/svn/23959
Author: hofman
Date: 2019-07-07 13:33:44 +0000 (Sun, 07 Jul 2019)
Log Message:
-----------
bool is one bit
Modified Paths:
--------------
trunk/bibdesk/BibDocument.h
Modified: trunk/bibdesk/BibDocument.h
===================================================================
--- trunk/bibdesk/BibDocument.h 2019-07-07 13:20:10 UTC (rev 23958)
+++ trunk/bibdesk/BibDocument.h 2019-07-07 13:33:44 UTC (rev 23959)
@@ -243,7 +243,7 @@
unsigned int sortGroupsDescending:1;
unsigned int dragFromExternalGroups:1;
unsigned int isDocumentClosed:1;
- unsigned int isExporting;
+ unsigned int isExporting:1;
unsigned int aggregateImport:1;
unsigned int displayMigrationAlert:1;
unsigned int inOptionKeyState: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