summaryrefslogtreecommitdiff
path: root/indra/newview/llurlfloaterdispatchhandler.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-05-06 21:57:46 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-05-06 21:57:46 +0300
commitcb42bc2823931b84ce079423a471a332dc332b0c (patch)
tree357fa813f6cd435ed85d97b727fd3d0f2266154c /indra/newview/llurlfloaterdispatchhandler.h
parentcfb6ca569b2c834520ce50564e857dfc06831675 (diff)
SL-15168 Viewer side functionality for guidebook window opening #2
Diffstat (limited to 'indra/newview/llurlfloaterdispatchhandler.h')
-rw-r--r--indra/newview/llurlfloaterdispatchhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llurlfloaterdispatchhandler.h b/indra/newview/llurlfloaterdispatchhandler.h
index 469f76b007..1dff52c66f 100644
--- a/indra/newview/llurlfloaterdispatchhandler.h
+++ b/indra/newview/llurlfloaterdispatchhandler.h
@@ -32,8 +32,11 @@
class LLUrlFloaterDispatchHandler : public LLDispatchHandler
{
public:
+ LOG_CLASS(LLUrlFloaterDispatchHandler);
+
LLUrlFloaterDispatchHandler();
virtual ~LLUrlFloaterDispatchHandler();
+
virtual bool operator()(const LLDispatcher *, const std::string& key, const LLUUID& invoice, const sparam_t& strings) override;
static void registerInDispatcher();