summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/graphite_cache.hxx
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2011-02-03 19:05:11 -0700
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-04 03:09:05 +0100
commite06b75860a9d46e971d7c638e1ce8a03b46b1f7b (patch)
tree366077c9df14878e2b935cc4764a4f02d6018f95 /vcl/inc/vcl/graphite_cache.hxx
parentcbd9e9d4b81e1cb8651a47d8fb671df4052ff0ab (diff)
std::hash -> boost::hash
Diffstat (limited to 'vcl/inc/vcl/graphite_cache.hxx')
-rw-r--r--vcl/inc/vcl/graphite_cache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/graphite_cache.hxx b/vcl/inc/vcl/graphite_cache.hxx
index 3c73f6f9484c..ecf667fdbaaf 100644
--- a/vcl/inc/vcl/graphite_cache.hxx
+++ b/vcl/inc/vcl/graphite_cache.hxx
@@ -96,7 +96,7 @@ private:
friend class GraphiteSegmentCache;
};
-typedef boost::unordered_map<long, GrSegRecord*, std::hash<long> > GraphiteSegMap;
+typedef boost::unordered_map<long, GrSegRecord*, boost::hash<long> > GraphiteSegMap;
typedef boost::unordered_multimap<size_t, GrSegRecord*> GraphiteRopeMap;
typedef std::pair<GraphiteRopeMap::iterator, GraphiteRopeMap::iterator> GrRMEntry;
@@ -230,7 +230,7 @@ private:
const xub_Unicode * m_prevKey;
};
-typedef boost::unordered_map<int, GraphiteSegmentCache *, std::hash<int> > GraphiteCacheMap;
+typedef boost::unordered_map<int, GraphiteSegmentCache *, boost::hash<int> > GraphiteCacheMap;
/**
* GraphiteCacheHandler maps a particular font, style, size to a GraphiteSegmentCache