summaryrefslogtreecommitdiff
path: root/indra/newview/llsaveoutfitcombobtn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llsaveoutfitcombobtn.cpp')
-rw-r--r--indra/newview/llsaveoutfitcombobtn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsaveoutfitcombobtn.cpp b/indra/newview/llsaveoutfitcombobtn.cpp
index 9518b0cbb3..e2f5aee56d 100644
--- a/indra/newview/llsaveoutfitcombobtn.cpp
+++ b/indra/newview/llsaveoutfitcombobtn.cpp
@@ -94,5 +94,5 @@ void LLSaveOutfitComboBtn::setMenuItemEnabled(const std::string& item, bool enab
void LLSaveOutfitComboBtn::setSaveBtnEnabled(bool enabled)
{
- mParent->childSetEnabled(SAVE_BTN, enabled);
+ mParent->getChildView(SAVE_BTN)->setEnabled(enabled);
}