From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/newview/llfloateropenobject.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'linden/indra/newview/llfloateropenobject.h') diff --git a/linden/indra/newview/llfloateropenobject.h b/linden/indra/newview/llfloateropenobject.h index aae3876..4772982 100644 --- a/linden/indra/newview/llfloateropenobject.h +++ b/linden/indra/newview/llfloateropenobject.h @@ -35,8 +35,7 @@ #include "llfloater.h" - - +class LLObjectSelection; class LLPanelInventory; class LLFloaterOpenObject @@ -59,9 +58,10 @@ protected: void refresh(); void draw(); + void moveToInventory(bool wear); + static void onClickMoveToInventory(void* data); static void onClickMoveAndWear(void* data); - static void moveToInventory(bool wear); static void callbackMoveInventory(S32 result, void* data); static void* createPanelInventory(void* data); @@ -69,6 +69,7 @@ protected: static LLFloaterOpenObject* sInstance; LLPanelInventory* mPanelInventory; + LLHandle mObjectSelection; BOOL mDirty; }; -- cgit v1.1