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

tidy: remove not needed narrowing conversion

which is in a next step promoted again...
parent 842ef986
No related branches found
No related tags found
1 merge request!219Merge jt
......@@ -40,7 +40,7 @@ public:
return std::move ( m_string );
}
 
void setNumberOfVertices(int n) {
void setNumberOfVertices(size_t n) {
m_delta.resize(n);
}
 
......
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