Skip to content
Snippets Groups Projects
Commit 71dcd477 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

Qualify const LisVector class attributes.

parent ff0b1950
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ public:
}
}
private:
std::size_t _length;
std::size_t const _length;
LIS_VECTOR _vec;
};
......
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