diff options
| author | Kitty Barnett <develop@catznip.com> | 2022-11-02 19:05:24 +0100 |
|---|---|---|
| committer | Kitty Barnett <develop@catznip.com> | 2022-11-02 19:08:02 +0100 |
| commit | c40d3351d511b19f4468f7467be38499bf16588f (patch) | |
| tree | 8b3e6827e2d83498c886e446de14a780c2fcbfeb /indra/llui/lltextbase.cpp | |
| parent | d1dbefc09b77990563d22aaf08d0c5708cc6cbbe (diff) | |
Commit immediately if the user already typed a full shortcode
Diffstat (limited to 'indra/llui/lltextbase.cpp')
| -rw-r--r-- | indra/llui/lltextbase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 693dcb7b8d..b88c7ced40 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -29,6 +29,7 @@ #include "lltextbase.h" +#include "llemojihelper.h" #include "lllocalcliprect.h" #include "llmenugl.h" #include "llscrollcontainer.h" |
