aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-10-22 13:28:58 +0200
committerShauren <shauren.trinity@gmail.com>2016-10-22 13:28:58 +0200
commitcd28d23ed8dc70ec89b8b70907688998648b7895 (patch)
treecab167bec03a5c50dacbcce83a1914698f6eaf86 /src
parentc4a54c639b7cf657094f034de3d7d9c96bec7cc7 (diff)
Build fix
Diffstat (limited to 'src')
-rw-r--r--src/common/Utilities/Containers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/Containers.h b/src/common/Utilities/Containers.h
index 33c4fea2c8f..65f5f5ddd09 100644
--- a/src/common/Utilities/Containers.h
+++ b/src/common/Utilities/Containers.h
@@ -44,7 +44,7 @@ namespace Trinity
}
template<class T, class Predicate>
- void RandomResizeList(std::list<T> &list, Predicate& predicate, uint32 size)
+ void RandomResizeList(std::list<T> &list, Predicate predicate, uint32 size)
{
//! First use predicate filter
std::list<T> listCopy;