Skip to content

Commit

Permalink
Added missing @synthesize store to GBOutputGenerator.
Browse files Browse the repository at this point in the history
Thanks to Thomas Engelmeier of Scoreloop for pointing it out!
  • Loading branch information
tomaz committed Dec 16, 2010
1 parent 685ab5d commit d82c146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Generating/GBOutputGenerator.m
Expand Up @@ -185,5 +185,6 @@ - (NSString *)outputSubpath {

@synthesize previousGenerator;
@synthesize settings;
@synthesize store;

@end

0 comments on commit d82c146

Please sign in to comment.