summaryrefslogtreecommitdiffstats
path: root/qtools/qgcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qgcache.h')
-rw-r--r--qtools/qgcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qgcache.h b/qtools/qgcache.h
index 2f35c41..a71f6d3 100644
--- a/qtools/qgcache.h
+++ b/qtools/qgcache.h
@@ -114,7 +114,7 @@ protected:
QCollection::Item get() const;
QString getKeyString() const;
const char *getKeyAscii() const;
- long getKeyInt() const;
+ intptr_t getKeyInt() const;
QCollection::Item operator()();
QCollection::Item operator++();