aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterinspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterinspect.h')
-rw-r--r--linden/indra/newview/llfloaterinspect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterinspect.h b/linden/indra/newview/llfloaterinspect.h
index 5d05f48..ae443f9 100644
--- a/linden/indra/newview/llfloaterinspect.h
+++ b/linden/indra/newview/llfloaterinspect.h
@@ -57,6 +57,7 @@ public:
57 virtual void onFocusReceived(); 57 virtual void onFocusReceived();
58 static void onClickCreatorProfile(void* ctrl); 58 static void onClickCreatorProfile(void* ctrl);
59 static void onClickOwnerProfile(void* ctrl); 59 static void onClickOwnerProfile(void* ctrl);
60 static void onClickLastOwnerProfile(void* ctrl);
60 static void onSelectObject(LLUICtrl* ctrl, void* user_data); 61 static void onSelectObject(LLUICtrl* ctrl, void* user_data);
61 LLScrollListCtrl* mObjectList; 62 LLScrollListCtrl* mObjectList;
62protected: 63protected: