Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Jun 25, 2012
1 parent ad09944 commit 3638bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/GlossyButtonViewController.m
Expand Up @@ -157,6 +157,8 @@ - (void) saveButtonInState:(UIControlState)state scale:(CGFloat)scale
case UIControlStateDisabled:
buttonName = [NSString stringWithFormat:@"glossyButton-disabled%@.png", xSuffix];
break;
default:
break;
}

// Use dlsym so that it still compiles with the 3.1.3 SDK, could aslo use #if __IPHONE_OS_VERSION_MAX_ALLOWED < 40000
Expand Down

0 comments on commit 3638bfb

Please sign in to comment.