mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Removed an incorrect function override in ApplicationUpdater.
This commit is contained in:
parent
9404fe5d90
commit
e95ff8b4b9
|
@ -27,7 +27,7 @@ public:
|
|||
void checkForUpdates();
|
||||
void updaterThread();
|
||||
bool downloadFile();
|
||||
void update() override;
|
||||
void update();
|
||||
void parseFile();
|
||||
void compareVersions();
|
||||
void getResults(std::string& results);
|
||||
|
|
Loading…
Reference in a new issue