Small cleanup
This commit is contained in:
parent
825c9da47e
commit
24049a48de
@ -202,7 +202,7 @@ namespace updater
|
||||
utils::nt::relaunch_self();
|
||||
throw update_cancelled();
|
||||
}
|
||||
|
||||
|
||||
void file_updater::update_files(const std::vector<file_info>& outdated_files) const
|
||||
{
|
||||
this->listener_.update_files(outdated_files);
|
||||
|
@ -4,9 +4,8 @@
|
||||
|
||||
namespace updater
|
||||
{
|
||||
class progress_listener
|
||||
struct progress_listener
|
||||
{
|
||||
public:
|
||||
virtual ~progress_listener() = default;
|
||||
|
||||
virtual void update_files(const std::vector<file_info>& files) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user