Compilation fix.
This commit is contained in:
parent
a24dad7e73
commit
d35c719e36
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
NSString * path = [[NSBundle mainBundle] pathForResource:@"index" ofType:@"dat" inDirectory:@"/data/"];
|
||||
m_storage.Load([path UTF8String]);
|
||||
m_storage.QueryArticleInfos(m_infos, "");
|
||||
m_storage.QueryArticleInfo(string());
|
||||
|
||||
[self.tableView reloadData];
|
||||
}
|
||||
|
|
Reference in a new issue