summaryrefslogtreecommitdiff
path: root/sot/source
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 /sot/source
parentcbd9e9d4b81e1cb8651a47d8fb671df4052ff0ab (diff)
std::hash -> boost::hash
Diffstat (limited to 'sot/source')
-rw-r--r--sot/source/sdstor/stgcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx
index 4087bdb77a24..ffee054f7257 100644
--- a/sot/source/sdstor/stgcache.cxx
+++ b/sot/source/sdstor/stgcache.cxx
@@ -54,7 +54,7 @@ typedef boost::unordered_map
<
INT32,
StgPage *,
- std::hash< INT32 >,
+ boost::hash< INT32 >,
std::equal_to< INT32 >
> UsrStgPagePtr_Impl;
#ifdef _MSC_VER