Fix tabs.

master
Graham Linden 2019-03-08 09:19:05 -08:00
parent 0d32b5bf20
commit b5bcba51b2
2 changed files with 5 additions and 5 deletions

View File

@ -266,7 +266,7 @@ BOOL LLFloaterEditExtDayCycle::postBuild()
panel->setOnDirtyFlagChanged([this](LLPanel *, bool val) { onPanelDirtyFlagChanged(val); });
}
return TRUE;
return TRUE;
}
void LLFloaterEditExtDayCycle::onOpen(const LLSD& key)

View File

@ -1064,10 +1064,10 @@ LLSettingsDropTarget::LLSettingsDropTarget(const LLSettingsDropTarget::Params& p
{}
BOOL LLSettingsDropTarget::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
EDragAndDropType cargo_type,
void* cargo_data,
EAcceptance* accept,
std::string& tooltip_msg)
EDragAndDropType cargo_type,
void* cargo_data,
EAcceptance* accept,
std::string& tooltip_msg)
{
BOOL handled = FALSE;