From b6e3d01ea006f27f9460b19e47e7baf5527c996f Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Sat, 19 Dec 2009 08:20:28 -0500 Subject: Add LOG_CLASS() macro to clarify origin of log messages. --- indra/newview/lltoastalertpanel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/lltoastalertpanel.h b/indra/newview/lltoastalertpanel.h index 38a635e8a4..2cd377b5a6 100644 --- a/indra/newview/lltoastalertpanel.h +++ b/indra/newview/lltoastalertpanel.h @@ -42,6 +42,7 @@ #include "llui.h" #include "llnotificationptr.h" #include "llalertdialog.h" +#include "llerror.h" class LLButton; class LLCheckBoxCtrl; @@ -59,6 +60,7 @@ class LLLineEditor; class LLToastAlertPanel : public LLToastPanel { + LOG_CLASS(LLToastAlertPanel); public: typedef bool (*display_callback_t)(S32 modal); -- cgit v1.2.3