summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandler.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-24 18:38:49 -0700
committerRichard Linden <none@none>2012-04-24 18:38:49 -0700
commit734153b6399828cff9da44707a1720ad1b7a0c6f (patch)
tree25e32f2c42391e2db4fb2f77105f84ddf78d4302 /indra/newview/llnotificationhandler.h
parent5955e6260e6e263fb089f7cc91c0be482cccdfb8 (diff)
CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox
Diffstat (limited to 'indra/newview/llnotificationhandler.h')
-rw-r--r--indra/newview/llnotificationhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationhandler.h b/indra/newview/llnotificationhandler.h
index 21f3961d18..1725d632e8 100644
--- a/indra/newview/llnotificationhandler.h
+++ b/indra/newview/llnotificationhandler.h
@@ -276,6 +276,7 @@ public:
{}
/*virtual*/ void onAdd(LLNotificationPtr p) { processNotification(p); }
/*virtual*/ void onChange(LLNotificationPtr p) { processNotification(p); }
+ /*virtual*/ void onDelete(LLNotificationPtr p);
bool processNotification(const LLNotificationPtr& p);
};