Fix stupid MSVC

develop
Quietust 2012-10-30 13:50:14 -05:00
parent b46885bb3c
commit c4f544d796
1 changed files with 1 additions and 1 deletions

@ -172,7 +172,7 @@ template<class Item> struct armory_hook : Item {
{
auto holder = Items::getHolderUnit(this);
if (holder && binsearch_index(holder->military.uniform_drop, this->id) >= 0)
if (holder && ::binsearch_index(holder->military.uniform_drop, this->id) >= 0)
{
if (is_assigned_item(this))
return false;