mirror of https://github.com/CGAL/cgal
int -> size_type/std::size_t
This commit is contained in:
parent
3bdbbd1404
commit
058ded3975
|
|
@ -197,7 +197,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
// points
|
// points
|
||||||
inline unsigned int
|
inline std::size_t
|
||||||
size() const
|
size() const
|
||||||
{
|
{
|
||||||
return *m_e - *m_b;
|
return *m_e - *m_b;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue