get_url() was renamed in zim::search_iterator

This commit is contained in:
Veloman Yunkan 2021-04-16 13:30:36 +04:00
parent cb57178c23
commit 9d4370403b
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()
{