mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
GH-2277 fix even more exception catches by value
This commit is contained in:
parent
72c0002b45
commit
f0ff2db4e1
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ QString GetMinecraftJarVersion(QString jarName)
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (java::classfile_exception) { }
|
||||
catch (const java::classfile_exception &) { }
|
||||
|
||||
// clean up
|
||||
delete[] classfile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue