diff options
Diffstat (limited to 'linden/indra/newview/llfloaterinspect.h')
-rw-r--r-- | linden/indra/newview/llfloaterinspect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterinspect.h b/linden/indra/newview/llfloaterinspect.h index 31ca2fc..5db1dae 100644 --- a/linden/indra/newview/llfloaterinspect.h +++ b/linden/indra/newview/llfloaterinspect.h | |||
@@ -67,7 +67,7 @@ private: | |||
67 | // static data | 67 | // static data |
68 | static LLFloaterInspect* sInstance; | 68 | static LLFloaterInspect* sInstance; |
69 | 69 | ||
70 | LLHandle<LLObjectSelection> mObjectSelection; | 70 | LLSafeHandle<LLObjectSelection> mObjectSelection; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | #endif //LL_LLFLOATERINSPECT_H | 73 | #endif //LL_LLFLOATERINSPECT_H |