diff options
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index 47ad0dd8..b8cf7be3 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -77,7 +77,7 @@ NSUserDefaults *prefs; BOOL favoriteNameFieldWasTouched; - int favoriteType; + NSInteger favoriteType; } - (void)applyRevisionChanges; @@ -103,7 +103,7 @@ // Other - (void)updateDefaultFavoritePopup; - (void)selectFavorites:(NSArray *)favorite; -- (void)selectFavoriteAtIndex:(unsigned int)theIndex; +- (void)selectFavoriteAtIndex:(NSUInteger)theIndex; - (void)changeFont:(id)sender; - (IBAction)favoriteTypeDidChange:(id)sender; - (void)updateFavoritePasswordsFromField:(NSControl *)passwordControl; |