Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix misplaced var declaration
  • Loading branch information
Darryl H. Thomas authored and AlanQuatermain committed May 4, 2011
1 parent 66099c5 commit 87f8f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/AQGridViewCell.m
Expand Up @@ -301,10 +301,10 @@ - (void) _beginBackgroundHighlight: (BOOL) highlightOn animated: (BOOL) animated
{
if ( (_cellFlags.usingDefaultSelectedBackgroundView == 1) && (_selectedBackgroundView == nil) )
{
NSString *imageName = nil;
#ifdef BUILTIN_IMAGES
unsigned char * pngBytes = AQGridSelection_png;
NSUInteger pngLength = AQGridSelection_png_len;
NSString *imageName = nil;

switch ( _cellFlags.selectionStyle )
{
Expand Down

0 comments on commit 87f8f48

Please sign in to comment.