summaryrefslogtreecommitdiff
path: root/indra/newview/llhints.h
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-09-13 10:34:54 -0700
committerRichard Nelson <none@none>2010-09-13 10:34:54 -0700
commit19848665587fce7fc232c528add88c994ddefd63 (patch)
tree5c435b6493947507920d6e31baf95cb6e5f0dcb5 /indra/newview/llhints.h
parent24f308caaeda941a626b6143d95adbfe07450f97 (diff)
parente2257bc78e53162127c49adad3f9dc406ecc270e (diff)
merge
Diffstat (limited to 'indra/newview/llhints.h')
-rw-r--r--indra/newview/llhints.h1
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: