mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Real fix for travis-ci build failure (thanks demonstar55!)
This commit is contained in:
parent
7071b27183
commit
9f01d14c64
@ -491,7 +491,7 @@ namespace EQEmu
|
||||
//////////////////////////
|
||||
// Protected Members
|
||||
//////////////////////////
|
||||
friend class Inventory;
|
||||
friend class ::Inventory;
|
||||
|
||||
std::map<uint8, ItemInstance*>::const_iterator _cbegin() { return m_contents.cbegin(); }
|
||||
std::map<uint8, ItemInstance*>::const_iterator _cend() { return m_contents.cend(); }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user