From f388e31ae4f644e2df07a5555687ea695b5784a2 Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine <mnikolenko@productengine.com> Date: Tue, 1 Dec 2015 17:32:00 +0200 Subject: [PATCH] linux build fix --- indra/newview/llfriendcard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfriendcard.cpp b/indra/newview/llfriendcard.cpp index 95fe35616df..62cbea64012 100755 --- a/indra/newview/llfriendcard.cpp +++ b/indra/newview/llfriendcard.cpp @@ -162,7 +162,7 @@ void LLInitialFriendCardsFetch::done() // LLFriendCardsManager Constructor / Destructor LLFriendCardsManager::LLFriendCardsManager() -: mState(EManagerState::INIT) +: mState(INIT) { LLAvatarTracker::instance().addObserver(this); } -- GitLab