summaryrefslogtreecommitdiff
path: root/indra/newview/llflyoutcombobtn.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-05-22 20:32:56 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-05-22 20:32:56 +0300
commitb6ba9dd565b59e516571445e56f9dafe3bdf4061 (patch)
treeb6c016eb8f9745498a54317ed5f152e9d03f1eb7 /indra/newview/llflyoutcombobtn.h
parente4973e0f92b524e7f9c2d10745f4c5e3a8557284 (diff)
MAINT-8344 Day Cycle Editor (part 4, finalization)
Diffstat (limited to 'indra/newview/llflyoutcombobtn.h')
-rw-r--r--indra/newview/llflyoutcombobtn.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/indra/newview/llflyoutcombobtn.h b/indra/newview/llflyoutcombobtn.h
index ebf7564422..517752d8db 100644
--- a/indra/newview/llflyoutcombobtn.h
+++ b/indra/newview/llflyoutcombobtn.h
@@ -24,8 +24,8 @@
* $/LicenseInfo$
*/
-#ifndef LL_LLSAVECOMBOBTN_H
-#define LL_LLSAVECOMBOBTN_H
+#ifndef LL_LLFLYOUTCOMBOBTN_H
+#define LL_LLFLYOUTCOMBOBTN_H
/*TODO: Make this button generic */
@@ -33,14 +33,11 @@ class LLButton;
#include "lltoggleablemenu.h"
-/**
- * Represents outfit Save/Save As combo button.
- */
-class LLFlyoutComboBtn
+class LLFlyoutComboBtnCtrl
{
- LOG_CLASS(LLFlyoutComboBtn);
+ LOG_CLASS(LLFlyoutComboBtnCtrl);
public:
- LLFlyoutComboBtn(LLPanel* parent, const std::string &action_button, const std::string &flyout_button, const std::string &menu_file);
+ LLFlyoutComboBtnCtrl(LLPanel* parent, const std::string &action_button, const std::string &flyout_button, const std::string &menu_file);
void setMenuItemEnabled(const std::string &item, bool enabled);
void setShownBtnEnabled(bool enabled);
@@ -68,4 +65,4 @@ private:
LLUICtrl::commit_signal_t mActionSignal;
};
-#endif // LL_LLSAVEOUTFITCOMBOBTN_H
+#endif // LL_LLFLYOUTCOMBOBTN_H