mirror of https://github.com/PCSX2/pcsx2.git
AutoUpdater: Correct type on stub processUpdate()
This commit is contained in:
parent
4fe5064b8c
commit
19d5d5c485
|
@ -897,7 +897,7 @@ void AutoUpdaterDialog::cleanupAfterUpdate()
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
bool AutoUpdaterDialog::processUpdate(const QByteArray& update_data, QProgressDialog& progress)
|
bool AutoUpdaterDialog::processUpdate(const std::vector<u8>& data, QProgressDialog& progress)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue