Compile fix for internal pieces accidentally staged.

This commit is contained in:
Lirusaito
2013-04-17 22:21:07 -04:00
parent 22435b4b91
commit 2b3350d686

View File

@@ -1145,7 +1145,7 @@ bool check_offer_throttle(const std::string& from_name, bool check_only)
}
}
void open_inventory_offer(const uuid_vec_t& objects, const std::string& from_name)
void open_inventory_offer(const uuid_vec_t& items, const std::string& from_name)
{
uuid_vec_t::const_iterator it = items.begin();
uuid_vec_t::const_iterator end = items.end();