summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpresetspulldown.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelpresetspulldown.h')
-rw-r--r--indra/newview/llpanelpresetspulldown.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelpresetspulldown.h b/indra/newview/llpanelpresetspulldown.h
index 0cabf4aaad..f3e0340247 100644
--- a/indra/newview/llpanelpresetspulldown.h
+++ b/indra/newview/llpanelpresetspulldown.h
@@ -45,9 +45,11 @@ class LLPanelPresetsPulldown : public LLPanel
/*virtual*/ BOOL postBuild();
private:
+ void populatePanel();
void onGraphicsButtonClick(const LLSD& user_data);
- void onMoveViewButtonClick(const LLSD& user_data);
+ void onRowClick(const LLSD& user_data);
+ std::list<std::string> mPresetNames;
LLFrameTimer mHoverTimer;
static const F32 sAutoCloseFadeStartTimeSec;
static const F32 sAutoCloseTotalTimeSec;