mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 11:38:29 +00:00
Real fix for travis-ci build failure (thanks demonstar55!)
This commit is contained in:
@@ -491,7 +491,7 @@ namespace EQEmu
|
|||||||
//////////////////////////
|
//////////////////////////
|
||||||
// Protected Members
|
// 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 _cbegin() { return m_contents.cbegin(); }
|
||||||
std::map<uint8, ItemInstance*>::const_iterator _cend() { return m_contents.cend(); }
|
std::map<uint8, ItemInstance*>::const_iterator _cend() { return m_contents.cend(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user