mirror of https://github.com/kiwix/libkiwix.git
Re-add comment
This commit is contained in:
parent
e1acf9acff
commit
c007373b46
|
@ -901,6 +901,7 @@ bool Reader::searchSuggestionsSmart(const string& prefix,
|
|||
return retVal;
|
||||
}
|
||||
|
||||
/* Get next suggestion */
|
||||
bool Reader::getNextSuggestion(string& title, string& url)
|
||||
{
|
||||
if (this->suggestionsOffset != this->suggestions.end()) {
|
||||
|
|
Loading…
Reference in New Issue