diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-12-01 17:32:00 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-12-01 17:32:00 +0200 |
commit | f388e31ae4f644e2df07a5555687ea695b5784a2 (patch) | |
tree | cec58b54c6a7f86f502074036c6ade6347afe388 /indra/newview | |
parent | 24e0751db279eb1dff2ceea927e33c4291d8a9b9 (diff) |
linux build fix
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llfriendcard.cpp | 2 |
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); } |