diff --git a/common/item_instance.h b/common/item_instance.h index 7fbf03cd9..df28d72b4 100644 --- a/common/item_instance.h +++ b/common/item_instance.h @@ -491,11 +491,10 @@ namespace EQEmu ////////////////////////// // Protected Members ////////////////////////// - std::map::const_iterator _cbegin() { return m_contents.cbegin(); } - std::map::const_iterator _cend() { return m_contents.cend(); } - friend class Inventory; + std::map::const_iterator _cbegin() { return m_contents.cbegin(); } + std::map::const_iterator _cend() { return m_contents.cend(); } void _PutItem(uint8 index, ItemInstance* inst) { m_contents[index] = inst; }