summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-09-29 15:02:32 -0700
committerRichard Linden <none@none>2010-09-29 15:02:32 -0700
commit3bab3fc66183f124d173b4ec192c03a9205788d9 (patch)
treec2294b697939fa08e6fd56737adc5c5e5ef49679 /indra/llui/lllineeditor.h
parent633e8f44d9c329ca09c91963d53854e14136f537 (diff)
fix for crash on exit
also made handle subtyping work
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r--indra/llui/lllineeditor.h2
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.