diff options
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.cc')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/e_installed_repository.cc b/paludis/repositories/e/e_installed_repository.cc index 06aebc666..2c670d198 100644 --- a/paludis/repositories/e/e_installed_repository.cc +++ b/paludis/repositories/e/e_installed_repository.cc @@ -398,7 +398,7 @@ EInstalledRepository::populate_sets() const } bool -EInstalledRepository::sync(const std::string &, const std::shared_ptr<OutputManager> &) const +EInstalledRepository::sync(const std::string &, const std::string &, const std::shared_ptr<OutputManager> &) const { return false; } |