Re-add comment

This commit is contained in:
Aditya-Sood 2019-08-24 23:52:40 +05:30
parent e1acf9acff
commit c007373b46
1 changed files with 1 additions and 0 deletions

View File

@ -901,6 +901,7 @@ bool Reader::searchSuggestionsSmart(const string& prefix,
return retVal; return retVal;
} }
/* Get next suggestion */
bool Reader::getNextSuggestion(string& title, string& url) bool Reader::getNextSuggestion(string& title, string& url)
{ {
if (this->suggestionsOffset != this->suggestions.end()) { if (this->suggestionsOffset != this->suggestions.end()) {