Merge pull request #494 from kiwix/ripple_effect_of_libzim_pr524

get_url() was renamed in zim::search_iterator
This commit is contained in:
Kelson 2021-04-16 12:38:15 +02:00 committed by GitHub
commit 11db5dec4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ _Result::_Result(zim::Search::iterator& iterator)
std::string _Result::get_url()
{
return iterator.get_url();
return iterator.get_path();
}
std::string _Result::get_title()
{