diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatereditui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatereditui.cpp b/linden/indra/newview/llfloatereditui.cpp index d6a61d7..21580d3 100644 --- a/linden/indra/newview/llfloatereditui.cpp +++ b/linden/indra/newview/llfloatereditui.cpp | |||
@@ -53,7 +53,7 @@ void LLFloaterEditUI::navigateHierarchyButtonPressed(void* data) | |||
53 | for(idx = 0,itor = parentChildren->begin();itor!=parentChildren->end();itor++,idx++){ | 53 | for(idx = 0,itor = parentChildren->begin();itor!=parentChildren->end();itor++,idx++){ |
54 | if((*itor)==view)break; | 54 | if((*itor)==view)break; |
55 | } | 55 | } |
56 | switch((int)data) | 56 | switch((intptr_t)data) |
57 | { | 57 | { |
58 | case 0 ://up | 58 | case 0 ://up |
59 | view = view->getParent(); | 59 | view = view->getParent(); |