Important fix, don't roll-back!

This commit is contained in:
eap 2021-03-03 18:33:46 +03:00
parent 55ab092654
commit 9216aa146e

View File

@ -255,7 +255,7 @@ public:
/*!
* \brief Return nb of wrapped edges
*/
size_t NbEdges() const { return myEdge.size(); }
int NbEdges() const { return (int)myEdge.size(); }
/*!
* \brief Return i-th edge (count starts from zero)
*/