Skip to content

Commit

Permalink
another merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-russo committed Feb 9, 2024
1 parent 18bd21a commit 69b35cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Vertexing/Vertex.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inline Acts::Vector4& Acts::Vertex::fullPosition() {
return m_position;
}

inline const Acts::Vector4& Acts::Vertex::fullSeedPosition() {
inline const Acts::Vector4& Acts::Vertex::fullSeedPosition() const {
return m_seedPosition;
}

Expand Down

0 comments on commit 69b35cf

Please sign in to comment.