Skip to content
Snippets Groups Projects
Commit 2629b022 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

make function const

parent 8b0ff1f8
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ struct StructuralGap { ...@@ -128,7 +128,7 @@ struct StructuralGap {
return ost::mol::EntityHandle(); return ost::mol::EntityHandle();
} }
StructuralGap Copy() { return StructuralGap(before, after, sequence); } StructuralGap Copy() const { return StructuralGap(before, after, sequence); }
void Transfer(const ost::mol::ChainHandle& chain); void Transfer(const ost::mol::ChainHandle& chain);
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment