fix: build on recent gcc13 (ref #561)
This commit is contained in:
parent
6663cdab7b
commit
68a906e32d
2 changed files with 3 additions and 3 deletions
|
|
@ -268,8 +268,8 @@ public:
|
|||
const IntArray &getNodesInBucket (const Vector &pos);
|
||||
|
||||
public:
|
||||
size_t getMaxRouteLength () const {
|
||||
return m_paths.length () / 2;
|
||||
int32_t getMaxRouteLength () const {
|
||||
return length () / 2;
|
||||
}
|
||||
|
||||
StringRef getAuthor () const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue