summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-07-25 14:30:17 -0700
committerRichard Linden <none@none>2012-07-25 14:30:17 -0700
commitc4f59fd5882d8b019830292e9e5ed1d2480f73ef (patch)
tree96e4c2196676355f192d8e9296a5df1c3bafa8b8 /indra/newview/llinventorypanel.h
parentdecd8a435d8fb15bab52eec9e447b176e33eb5cf (diff)
CHUI-239 FIX Viewer crash when opening object with contents
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r--indra/newview/llinventorypanel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h
index 4fcc93b0c4..910325cdbc 100644
--- a/indra/newview/llinventorypanel.h
+++ b/indra/newview/llinventorypanel.h
@@ -104,6 +104,7 @@ public:
public:
LLInventoryModel* getModel() { return mInventory; }
+ LLFolderViewModelInventory& getRootViewModel() { return mInventoryViewModel; }
// LLView methods
void draw();