diff --git a/src/pathfinder/npf/queue.h b/src/pathfinder/npf/queue.h index 1f4f08c91c..0587c85bc7 100644 --- a/src/pathfinder/npf/queue.h +++ b/src/pathfinder/npf/queue.h @@ -99,7 +99,7 @@ struct Hash { /** * Gets the current size of the hash. */ - uint FORCEINLINE GetSize() const + FORCEINLINE uint GetSize() const { return this->size; }