Skip to content
Snippets Groups Projects
Commit cd04e53a authored by MichelJuillard's avatar MichelJuillard
Browse files

fix previous commit

parent cbcee845
Branches
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ public:
{
public:
string name;
LocalVariableException(str name_arg) : name(name_arg) {}
LocalVariableException(string name_arg) : name(name_arg) {}
};
class DivisionByZeroException
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment