summaryrefslogtreecommitdiffstats
path: root/examples/embedded
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded')
-rw-r--r--examples/embedded/lightmaps/slippymap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedded/lightmaps/slippymap.cpp b/examples/embedded/lightmaps/slippymap.cpp
index da003981ff..66957bea18 100644
--- a/examples/embedded/lightmaps/slippymap.cpp
+++ b/examples/embedded/lightmaps/slippymap.cpp
@@ -53,7 +53,7 @@
#include "slippymap.h"
#include "qmath.h"
-uint qHash(const QPoint& p)
+size_t qHash(const QPoint& p)
{
return p.x() * 17 ^ p.y();
}