Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
f12058b9
Commit
f12058b9
authored
May 02, 2019
by
Simon Spannagel
Browse files
Pixel destructor should be virtual, not override
parent
450b2ef7
Pipeline
#836289
failed with stages
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderCLICpix2/CLICpix2/datatypes.hpp
View file @
f12058b9
...
...
@@ -42,7 +42,7 @@ namespace caribou {
/**
* @brief Required virtual destructor
*/
~
pixel
()
override
=
default
;
virtual
~
pixel
()
=
default
;
/// @{
/**
...
...
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