GH-2277 fix even more exception catches by value
This commit is contained in:
@ -70,7 +70,7 @@ QString GetMinecraftJarVersion(QString jarName)
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (java::classfile_exception) { }
|
||||
catch (const java::classfile_exception &) { }
|
||||
|
||||
// clean up
|
||||
delete[] classfile;
|
||||
|
Reference in New Issue
Block a user