move FilterButton to proper directory

This commit is contained in:
Mitchell Livingston 2007-11-17 16:51:41 +00:00
parent 1f6762b760
commit 2483e074ad
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
- (id) initWithCoder: (NSCoder *) coder
{
if ((self = [super initWithCoder: coder]))
if ((self = [super initWithCoder: coder]))
{
fCount = -1;
}