diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-12-19 08:43:06 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-12-19 08:43:06 -0500 |
commit | 6ed6bed5acd5352b5c3ca02f86a62397f5257a5f (patch) | |
tree | 151395a9c1aa70eddfcb6f710111d981249edbcd /indra/newview/lltoastalertpanel.h | |
parent | 75a4c5a6dd0cdaf9755bf40821d23c45296181d4 (diff) | |
parent | bddf08f9e373c82481577baa0536f693b67fd2ff (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
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 875ab82c54..43e105a4f1 100644 --- a/indra/newview/lltoastalertpanel.h +++ b/indra/newview/lltoastalertpanel.h @@ -37,6 +37,7 @@ #include "llfloater.h" #include "llui.h" #include "llnotificationptr.h" +#include "llerror.h" class LLButton; class LLCheckBoxCtrl; @@ -53,6 +54,7 @@ class LLLineEditor; class LLToastAlertPanel : public LLToastPanel { + LOG_CLASS(LLToastAlertPanel); public: typedef bool (*display_callback_t)(S32 modal); |