diff options
Diffstat (limited to 'Source/SPUserManager.h')
-rw-r--r-- | Source/SPUserManager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h index 11bb736e..ab28fbc3 100644 --- a/Source/SPUserManager.h +++ b/Source/SPUserManager.h @@ -31,8 +31,6 @@ NSManagedObjectContext *managedObjectContext; NSDictionary *privColumnToGrantMap; - BOOL isInitializing; - SPMySQLConnection *mySqlConnection; SPServerSupport *serverSupport; @@ -70,6 +68,7 @@ NSSortDescriptor *treeSortDescriptor; BOOL isSaving; + BOOL isInitializing; NSMutableString *errorsString; } |