Skip to content

Commit

Permalink
fix compilation. Was broken due to incorrect header import. It's Quar…
Browse files Browse the repository at this point in the history
…tzCore, not Quartzcore...
  • Loading branch information
dennda committed Jan 28, 2012
1 parent a27c51c commit 900c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMGridView/UIView+GMGridViewAdditions.m
Expand Up @@ -26,7 +26,7 @@
// THE SOFTWARE.
//

#import <Quartzcore/QuartzCore.h>
#import <QuartzCore/QuartzCore.h>
#import "UIView+GMGridViewAdditions.h"

@interface UIView (GMGridViewAdditions_Privates)
Expand Down

0 comments on commit 900c5d7

Please sign in to comment.