follow-up build fix
parent
825cfc2b6a
commit
fa887f18e1
|
|
@ -405,7 +405,6 @@ public:
|
|||
std::string& tooltip_msg) override;
|
||||
|
||||
protected:
|
||||
/*virtual*/ LLFolderViewItem* buildNewViews(const LLUUID& id) override;
|
||||
/*virtual*/ bool typedViewsFilter(const LLUUID& id, LLInventoryObject const* objectp) override;
|
||||
/*virtual*/ void itemChanged(const LLUUID& item_id, U32 mask, const LLInventoryObject* model_item) override;
|
||||
|
||||
|
|
|
|||
|
|
@ -1111,7 +1111,6 @@ bool LLVivoxVoiceClient::establishVoiceConnection()
|
|||
timeout *= retries;
|
||||
LL_INFOS("Voice") << "Retry connection to voice service in " << timeout << " seconds" << LL_ENDL;
|
||||
llcoro::suspendUntilTimeout(timeout);
|
||||
quiting = LLApp::isExiting();
|
||||
|
||||
if (mVoiceEnabled) // user may have switched it off
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue