[iOS] compilation fix
This commit is contained in:
parent
12f0ec5d1f
commit
99bf1a56ed
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
|
||||
-(NSString *)getArticleName:(NSString *)htmlId
|
||||
{
|
||||
ArticleInfo const * tmp = m_storage.GetTitleFromUrl([htmlId UTF8String]);
|
||||
ArticleInfo const * tmp = m_storage.GetArticleInfoFromUrl([htmlId UTF8String]);
|
||||
return [NSString stringWithUTF8String:tmp->GetTitle().c_str()];
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue