From 9f01d14c64c688e7f8cec638b9a2c62f4dc5c460 Mon Sep 17 00:00:00 2001 From: Uleat Date: Sun, 16 Oct 2016 23:18:12 -0400 Subject: [PATCH] Real fix for travis-ci build failure (thanks demonstar55!) --- common/item_instance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/item_instance.h b/common/item_instance.h index df28d72b4..a1793dee2 100644 --- a/common/item_instance.h +++ b/common/item_instance.h @@ -491,7 +491,7 @@ namespace EQEmu ////////////////////////// // Protected Members ////////////////////////// - friend class Inventory; + friend class ::Inventory; std::map::const_iterator _cbegin() { return m_contents.cbegin(); } std::map::const_iterator _cend() { return m_contents.cend(); }