summaryrefslogtreecommitdiff
path: root/src/pathfinder/npf/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathfinder/npf/queue.h')
-rw-r--r--src/pathfinder/npf/queue.h2
1 files changed, 1 insertions, 1 deletions
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;
}