Skip to content

Commit

Permalink
exception ctach fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aportelli committed Mar 12, 2024
1 parent d0ca649 commit c3cf225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/sample-read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c3cf225

Please sign in to comment.