diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-06 21:57:46 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-05-06 21:57:46 +0300 |
commit | cb42bc2823931b84ce079423a471a332dc332b0c (patch) | |
tree | 357fa813f6cd435ed85d97b727fd3d0f2266154c /indra/newview/llfloaterhowto.h | |
parent | cfb6ca569b2c834520ce50564e857dfc06831675 (diff) |
SL-15168 Viewer side functionality for guidebook window opening #2
Diffstat (limited to 'indra/newview/llfloaterhowto.h')
-rw-r--r-- | indra/newview/llfloaterhowto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterhowto.h b/indra/newview/llfloaterhowto.h index e08d102e2a..15fc43335a 100644 --- a/indra/newview/llfloaterhowto.h +++ b/indra/newview/llfloaterhowto.h @@ -36,6 +36,9 @@ class LLFloaterHowTo : public LLFloaterWebContent { public: + LOG_CLASS(LLFloaterHowTo); + + typedef LLFloaterWebContent::Params Params; LLFloaterHowTo(const Params& key); |