Skip to content
Snippets Groups Projects
Commit cdca7868 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed wrong signature of overloaded function

parent 5ddcc909
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ namespace unitTests {
}
virtual void failed() {
virtual void failed(const cta::exception::Exception& ex) {
failuresRef++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment