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

fix previous commit

parent 3aa48f58
No related branches found
Tags
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