diff options
author | Richard Linden <none@none> | 2010-09-29 15:02:32 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-29 15:02:32 -0700 |
commit | 3bab3fc66183f124d173b4ec192c03a9205788d9 (patch) | |
tree | c2294b697939fa08e6fd56737adc5c5e5ef49679 /indra/llui/lllineeditor.h | |
parent | 633e8f44d9c329ca09c91963d53854e14136f537 (diff) |
fix for crash on exit
also made handle subtyping work
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r-- | indra/llui/lllineeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h index 76d0187712..66fe8304e2 100644 --- a/indra/llui/lllineeditor.h +++ b/indra/llui/lllineeditor.h @@ -326,7 +326,7 @@ protected: std::vector<S32> mPreeditPositions; LLPreeditor::standouts_t mPreeditStandouts; - LLHandle<LLView> mContextMenuHandle; + LLHandle<LLContextMenu> mContextMenuHandle; private: // Instances that by default point to the statics but can be overidden in XML. |