diff options
author | Anchor <none@none> | 2019-01-29 21:38:05 -0800 |
---|---|---|
committer | Anchor <none@none> | 2019-01-29 21:38:05 -0800 |
commit | 56bf3287b8477a7671981d4373659661207333c6 (patch) | |
tree | de9c0c4e590fbf96bea7727f17512df9b88ffb40 /indra/newview/lltoastscripttextbox.h | |
parent | 597106fa34bca95c2d01c0bf28c6b2bdc031fe35 (diff) | |
parent | a3b3ad727f53aa280ffbcc1b61ccfbb48e988708 (diff) |
Merge
Diffstat (limited to 'indra/newview/lltoastscripttextbox.h')
-rw-r--r-- | indra/newview/lltoastscripttextbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastscripttextbox.h b/indra/newview/lltoastscripttextbox.h index 7aee02dd00..a539124ef1 100644 --- a/indra/newview/lltoastscripttextbox.h +++ b/indra/newview/lltoastscripttextbox.h @@ -48,7 +48,7 @@ public: private: - LLTextBox* mInfoText; + LLTextEditor* mInfoText; void onClickSubmit(); void onClickIgnore(); |