even more type changes

This commit is contained in:
Mitchell Livingston
2008-11-04 01:31:24 +00:00
parent 8fa0863467
commit ddfe1eddfc
9 changed files with 26 additions and 26 deletions

View File

@@ -26,9 +26,9 @@
@interface FilterButton : NSButton
{
NSInteger fCount;
NSUInteger fCount;
}
- (void) setCount: (NSInteger) count;
- (void) setCount: (NSUInteger) count;
@end