1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-19 21:25:36 +01:00

exception ctach fix

This commit is contained in:
Antonin Portelli 2024-03-12 11:08:34 +09:00
parent d0ca6493bd
commit c3cf22532e

View File

@ -46,7 +46,7 @@ int main(int argc, char *argv[])
Io::save(s, copy, File::Mode::write, name);
}
}
catch (Exceptions::Definition)
catch (Exceptions::Definition &)
{
DSample s = Io::load<DSample>(fileName);
string name = Io::getFirstName(fileName);