diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-12-19 08:20:28 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-12-19 08:20:28 -0500 |
commit | b6e3d01ea006f27f9460b19e47e7baf5527c996f (patch) | |
tree | 25bfcb46065572d17cc24f976d48111cd606ceb7 /indra/newview/lltoastalertpanel.h | |
parent | a763409647a5a8d82f2f1c54223b998877c3b72d (diff) |
Add LOG_CLASS() macro to clarify origin of log messages.
Diffstat (limited to 'indra/newview/lltoastalertpanel.h')
-rw-r--r-- | indra/newview/lltoastalertpanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |