From b235c59d60472f818a9142c0886b95a0ff4191d7 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:19 -0500 Subject: Second Life viewer sources 1.18.6.0-RC --- linden/indra/newview/llnotify.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/llnotify.h') diff --git a/linden/indra/newview/llnotify.h b/linden/indra/newview/llnotify.h index 3d7bf6d..d717883 100644 --- a/linden/indra/newview/llnotify.h +++ b/linden/indra/newview/llnotify.h @@ -74,6 +74,7 @@ public: void close(); static void cleanup(); + static void format(LLString& msg, const LLString::format_map_t& args); protected: LLNotifyBox(LLPointer notify_template, const LLString::format_map_t& args, @@ -91,7 +92,7 @@ protected: /*virtual*/ void draw(); /*virtual*/ BOOL tick(); - void moveToBack(); + void moveToBack(bool getfocus = false); // Returns the rect, relative to gNotifyView, where this // notify box should be placed. -- cgit v1.1