mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
FIX: remove some warnings
jira: [none] Change-Id: I0e74b7316d0efe38c65e1f695b2a09eb09103552 (cherry picked from commit 766c6e004145325bcc7a6addfce27842ee9504de)
This commit is contained in:
@@ -57,7 +57,7 @@ void UpgradeNetworkJob::process(Ctl &ctl)
|
||||
return ctl.was_canceled();
|
||||
};
|
||||
int curr_percent = 0;
|
||||
result = wxGetApp().download_plugin(name, package_name,
|
||||
result = wxGetApp().download_plugin(name, package_name,
|
||||
[this, &ctl, &curr_percent](int state, int percent, bool &cancel) {
|
||||
if (state == InstallStatusNormal) {
|
||||
update_status(ctl, percent, _u8L("Downloading"));
|
||||
|
||||
Reference in New Issue
Block a user