From 10ee071cab5b40e0c1b148fce2a5c3ad8b39ecdd Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 16 Oct 2010 17:37:48 +0000 Subject: (svn r20948) -Fix (r20880): compiler warning --- src/pathfinder/npf/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pathfinder/npf/queue.h') diff --git a/src/pathfinder/npf/queue.h b/src/pathfinder/npf/queue.h index 1f4f08c91..0587c85bc 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; } -- cgit v1.2.3-54-g00ecf