diff options
Diffstat (limited to 'indra/newview/lltoastimpanel.h')
-rw-r--r-- | indra/newview/lltoastimpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastimpanel.h b/indra/newview/lltoastimpanel.h index b51ce23364..af21b07a3d 100644 --- a/indra/newview/lltoastimpanel.h +++ b/indra/newview/lltoastimpanel.h @@ -43,7 +43,7 @@ class LLToastIMPanel: public LLToastPanel { public: - struct Params : public LLInitParam::Block<Params> + struct Params { LLNotificationPtr notification; LLUUID avatar_id; |