tidy up the filter bar code a little

This commit is contained in:
Mitchell Livingston
2007-08-18 17:00:40 +00:00
parent 141404356a
commit a275204114
2 changed files with 12 additions and 7 deletions

View File

@@ -24,12 +24,13 @@
#import <Cocoa/Cocoa.h>
#import "ImageBackgroundView.h"
#import "FilterBarButton.h"
@class FilterBarButton;
@interface FilterBarView : ImageBackgroundView
{
IBOutlet FilterBarButton * fNoFilterButton, * fDownloadFilterButton,
* fSeedFilterButton, * fPauseFilterButton;
* fSeedFilterButton, * fPauseFilterButton;
}
@end