diff options
author | Merov Linden <merov@lindenlab.com> | 2013-11-13 13:29:51 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-11-13 13:29:51 -0800 |
commit | 148c3780e164d5bc94fa14b418e85fee72f9fd39 (patch) | |
tree | 0196484907897cb3496ab7ff8e0c0274b93c3a9b /indra/newview/llfloateroutbox.h | |
parent | e6b4b89bf12ae410fa87baf01117daa2a47754c0 (diff) |
MAINT-3320 : WIP : Introduced a cleanOutbox() method to be called on outbox deletion
Diffstat (limited to 'indra/newview/llfloateroutbox.h')
-rwxr-xr-x | indra/newview/llfloateroutbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloateroutbox.h b/indra/newview/llfloateroutbox.h index f6a879fec5..40519c8fd2 100755 --- a/indra/newview/llfloateroutbox.h +++ b/indra/newview/llfloateroutbox.h @@ -71,6 +71,7 @@ public: protected: void setupOutbox(); + void cleanOutbox(); void fetchOutboxContents(); void importReportResults(U32 status, const LLSD& content); |