Skip to content
Snippets Groups Projects
Commit 842ef986 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

tidy: make a field private rather than protected

parent fa036f85
No related branches found
No related tags found
1 merge request!219Merge jt
......@@ -20,7 +20,7 @@ class WeightedSquareGrid8 final : public SquareGrid<TCoordinate, TEdge> {
using direction_type = SquareGridDirections;
 
// ---------------------------------------------------------------------------------------------------------------------
protected:
private:
typename edge_type::weight_type m_unit;
 
// =====================================================================================================================
......
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