linux build fix

master
Mnikolenko ProductEngine 2015-12-01 17:32:00 +02:00
parent 24e0751db2
commit f388e31ae4
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ void LLInitialFriendCardsFetch::done()
// LLFriendCardsManager Constructor / Destructor
LLFriendCardsManager::LLFriendCardsManager()
: mState(EManagerState::INIT)
: mState(INIT)
{
LLAvatarTracker::instance().addObserver(this);
}