We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0854ed commit c0d306eCopy full SHA for c0d306e
alg/viewshed/viewshed_executor.h
@@ -45,7 +45,7 @@ struct Lines
45
46
/// Constructor that initializes to line length
47
/// \param lineLen Line length.
48
- Lines(size_t lineLen) : cur(lineLen), result(lineLen)
+ explicit Lines(size_t lineLen) : cur(lineLen), result(lineLen)
49
{
50
}
51
};
0 commit comments