diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 15:00:32 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 15:00:32 +0100 |
commit | e0975cb88167fc91c810688835b57544beddd6d6 (patch) | |
tree | c0f04fe0086a6e8b95b4e3f2be90372a2e472c08 /ucb | |
parent | 2e0277366b9b9e891f944ec0b41a7f83fa0e2a46 (diff) |
std::hash -> boost::hash
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filtask.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx index 668e55b63884..f34ef10c88d2 100644 --- a/ucb/source/ucp/file/filtask.hxx +++ b/ucb/source/ucp/file/filtask.hxx @@ -147,7 +147,7 @@ namespace fileaccess }; // end class TaskHandling - typedef boost::unordered_map< sal_Int32,TaskHandling,std::hash< sal_Int32 > > TaskMap; + typedef boost::unordered_map< sal_Int32,TaskHandling,boost::hash< sal_Int32 > > TaskMap; private: |