Skip to content
Snippets Groups Projects
Commit 74c1c554 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed compiler warning for missing return type in operator=()

parent 95facdb6
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ namespace DD4hep {
_x0 = 0. ;
_lambda = 0. ;
}
return *this ;
}
/// true if initialized
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment