Compile fix for internal pieces accidentally staged.
This commit is contained in:
@@ -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 it = items.begin();
|
||||||
uuid_vec_t::const_iterator end = items.end();
|
uuid_vec_t::const_iterator end = items.end();
|
||||||
|
|||||||
Reference in New Issue
Block a user