summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 15:00:32 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 15:00:32 +0100
commitb9c023c361918bc4a472fbcfe26b5b086f5db614 (patch)
tree97bd026955e28ff5661c63f5707ca32e12cbd5b2 /ucb
parentcecc0ae657234adf4abfae989e4ccd0df8838574 (diff)
std::hash -> boost::hash
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 668e55b638..f34ef10c88 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: