diff options
author | callum <none@none> | 2010-09-13 10:50:40 -0700 |
---|---|---|
committer | callum <none@none> | 2010-09-13 10:50:40 -0700 |
commit | d921420a75b25339ef4650490705179dcbf45fb6 (patch) | |
tree | b66af0f92bfde0632601720c314f64ab7cbaf7b4 /indra/newview/llhints.h | |
parent | 7b0aeb9d41bb74b76694adc0f9b8bd794e0f5f8c (diff) | |
parent | 19848665587fce7fc232c528add88c994ddefd63 (diff) |
Merge
Diffstat (limited to 'indra/newview/llhints.h')
-rw-r--r-- | indra/newview/llhints.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llhints.h b/indra/newview/llhints.h index 90e09ed004..3bca7f00a1 100644 --- a/indra/newview/llhints.h +++ b/indra/newview/llhints.h @@ -36,6 +36,7 @@ class LLHints public: static void show(LLNotificationPtr hint); static void hide(LLNotificationPtr hint); + static void hideAll(); static void registerHintTarget(const std::string& name, LLHandle<LLView> target); static LLHandle<LLView> getHintTarget(const std::string& name); private: |