aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llinventoryview.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r--linden/indra/newview/llinventoryview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h
index e8f3076..c8c3947 100644
--- a/linden/indra/newview/llinventoryview.h
+++ b/linden/indra/newview/llinventoryview.h
@@ -258,7 +258,7 @@ public:
258 258
259 void toggleFindOptions(); 259 void toggleFindOptions();
260 260
261 LLInventoryViewFinder* getFinder() { return (LLInventoryViewFinder*)LLFloater::getFloaterByHandle(mFinderHandle); } 261 LLInventoryViewFinder* getFinder() { return (LLInventoryViewFinder*)mFinderHandle.get(); }
262 262
263protected: 263protected:
264 // internal initialization code 264 // internal initialization code
@@ -267,7 +267,7 @@ protected:
267protected: 267protected:
268 LLSearchEditor* mSearchEditor; 268 LLSearchEditor* mSearchEditor;
269 LLTabContainer* mFilterTabs; 269 LLTabContainer* mFilterTabs;
270 LLViewHandle mFinderHandle; 270 LLHandle<LLFloater> mFinderHandle;
271 LLInventoryPanel* mActivePanel; 271 LLInventoryPanel* mActivePanel;
272 LLSaveFolderState* mSavedFolderState; 272 LLSaveFolderState* mSavedFolderState;
273 273
@@ -372,3 +372,4 @@ void rez_attachment(LLViewerInventoryItem* item, LLViewerJointAttachment* attach
372#endif // LL_LLINVENTORYVIEW_H 372#endif // LL_LLINVENTORYVIEW_H
373 373
374 374
375