int -> size_type/std::size_t

This commit is contained in:
Andreas Fabri 2010-06-21 16:22:00 +00:00
parent 3bdbbd1404
commit 058ded3975
1 changed files with 1 additions and 1 deletions

View File

@ -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;