forked from organicmaps/organicmaps-tmp
[ios] Fixed invalid property
This commit is contained in:
parent
8638055d17
commit
3408b72bf6
1 changed files with 4 additions and 7 deletions
|
@ -5,17 +5,13 @@
|
|||
|
||||
#include "../../platform/settings.hpp"
|
||||
|
||||
//********************* Helper delegate to handle async dialog message ******************
|
||||
@interface PrefDelegate : NSObject
|
||||
{
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) id m_controller;
|
||||
|
||||
@property (nonatomic, assign) id m_controller;
|
||||
@end
|
||||
|
||||
@implementation PrefDelegate
|
||||
|
||||
@synthesize m_controller;
|
||||
|
||||
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
|
||||
{
|
||||
// User decided to override Imperial system with metric one
|
||||
|
@ -27,6 +23,7 @@
|
|||
[self autorelease];
|
||||
}
|
||||
@end
|
||||
//***************************************************************************************
|
||||
|
||||
@implementation Preferences
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue