Skip to content

Commit

Permalink
Update Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jan 23, 2024
1 parent 80f9f74 commit abef00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appCpp/src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void calculateWrapper()
{
calculate();
}
catch (exception)
catch (exception &e)
{
storage.clear();
SetWindowTextA(field, "Error!");
Expand Down

0 comments on commit abef00b

Please sign in to comment.