diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2011-02-03 19:05:11 -0700 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-04 03:09:05 +0100 |
commit | e06b75860a9d46e971d7c638e1ce8a03b46b1f7b (patch) | |
tree | 366077c9df14878e2b935cc4764a4f02d6018f95 /sot | |
parent | cbd9e9d4b81e1cb8651a47d8fb671df4052ff0ab (diff) |
std::hash -> boost::hash
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgcache.cxx | 2 |
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 |