Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
5f6da2da
Commit
5f6da2da
authored
Oct 08, 2015
by
Eric Cano
Browse files
Fixed wrong signature of overloaded function
parent
8133ee97
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/daemon/MigrationReportPackerTest.cpp
View file @
5f6da2da
...
...
@@ -59,7 +59,7 @@ namespace unitTests {
}
virtual
void
failed
()
{
virtual
void
failed
(
const
cta
::
exception
::
Exception
&
ex
)
{
failuresRef
++
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment