diff options
author | Oz Linden <oz@lindenlab.com> | 2015-09-28 15:00:17 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-09-28 15:00:17 -0400 |
commit | 453dee2d21477ad534fa9982b844c40adde9b93e (patch) | |
tree | f98fbe8c5bd501cd4618f52a4d02ebd4718b54cf /indra/newview/llpanelpresetspulldown.h | |
parent | e1ce065b8b2f4a01a166ddd90ef7c873e04d0893 (diff) |
MAINT-5542: fix initialization of Default graphics preset so that it is selectable
Diffstat (limited to 'indra/newview/llpanelpresetspulldown.h')
-rw-r--r-- | indra/newview/llpanelpresetspulldown.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelpresetspulldown.h b/indra/newview/llpanelpresetspulldown.h index edecad05a2..e1e2c26a86 100644 --- a/indra/newview/llpanelpresetspulldown.h +++ b/indra/newview/llpanelpresetspulldown.h @@ -54,6 +54,7 @@ class LLPanelPresetsPulldown : public LLPanel LLFrameTimer mHoverTimer; static const F32 sAutoCloseFadeStartTimeSec; static const F32 sAutoCloseTotalTimeSec; + LOG_CLASS(LLPanelPresetsPulldown); }; #endif // LL_LLPANELPRESETSPULLDOWN_H |