diff options
author | skolb <none@none> | 2009-12-21 09:31:48 -0800 |
---|---|---|
committer | skolb <none@none> | 2009-12-21 09:31:48 -0800 |
commit | ec8738ac4501fd2158ca2ebeb146239f98dcd971 (patch) | |
tree | c63d3222fbb5f8036b012c60e8622cd085fbe60d /indra/newview/lltoastalertpanel.h | |
parent | b910de4ad7f91bb2022bfb8304c3dea32c0a4857 (diff) | |
parent | d894c7a0d8292ce2114e88f382dcf6187b0d2535 (diff) |
Merge viewer 2-0 into media
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); |