diff options
author | Richard Linden <none@none> | 2012-07-25 14:30:17 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-25 14:30:17 -0700 |
commit | c4f59fd5882d8b019830292e9e5ed1d2480f73ef (patch) | |
tree | 96e4c2196676355f192d8e9296a5df1c3bafa8b8 /indra/newview/llinventorypanel.h | |
parent | decd8a435d8fb15bab52eec9e447b176e33eb5cf (diff) |
CHUI-239 FIX Viewer crash when opening object with contents
Diffstat (limited to 'indra/newview/llinventorypanel.h')
-rw-r--r-- | indra/newview/llinventorypanel.h | 1 |
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(); |