forked from organicmaps/organicmaps
[guide] Fix Sloynik - initialize its engine.
This commit is contained in:
parent
e501f0c518
commit
13a5533542
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ struct SloynikData
|
|||
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
|
||||
if (self)
|
||||
{
|
||||
SetSloynikEngine(CreateSloynikEngine());
|
||||
self.articleVC = [[[ArticleVC alloc] initWithParent:self] autorelease];
|
||||
}
|
||||
return self;
|
||||
|
|
Loading…
Add table
Reference in a new issue