[guide] Fix Sloynik - initialize its engine.

This commit is contained in:
Yury Melnichek 2012-04-30 18:26:35 +02:00 committed by Alex Zolotarev
parent e501f0c518
commit 13a5533542

View file

@ -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;