diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 23:29:59 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 23:29:59 +0300 |
commit | b43c1a2656f1473d40afda13e813d3ede0062054 (patch) | |
tree | d05db151bce3eed89746c91fdb38b95e5e13f0d6 /indra/newview/llfloatersaveprefpreset.h | |
parent | 1e994ec393ae68d036ea68143a71d63bc5e83fad (diff) | |
parent | ed3d9abdd01304b5a9708880d9b150fb6568256b (diff) |
Merged master into DRTVWR-497
Diffstat (limited to 'indra/newview/llfloatersaveprefpreset.h')
-rw-r--r-- | indra/newview/llfloatersaveprefpreset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatersaveprefpreset.h b/indra/newview/llfloatersaveprefpreset.h index 09a87b8c62..ae58180e7f 100644 --- a/indra/newview/llfloatersaveprefpreset.h +++ b/indra/newview/llfloatersaveprefpreset.h @@ -1,6 +1,6 @@ /** * @file llfloatersaveprefpreset.h - * @brief Floater to save a graphics / camera preset + * @brief Floater to save a graphics preset * * $LicenseInfo:firstyear=2014&license=viewerlgpl$ @@ -45,6 +45,7 @@ public: void onBtnCancel(); private: + LLComboBox* mPresetCombo; LLButton* mSaveButton; |