summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-12-01 17:32:00 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-12-01 17:32:00 +0200
commitf388e31ae4f644e2df07a5555687ea695b5784a2 (patch)
treecec58b54c6a7f86f502074036c6ade6347afe388 /indra/newview
parent24e0751db279eb1dff2ceea927e33c4291d8a9b9 (diff)
linux build fix
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfriendcard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfriendcard.cpp b/indra/newview/llfriendcard.cpp
index 95fe35616d..62cbea6401 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);
}