diff options
author | Richard Linden <none@none> | 2011-06-17 15:25:37 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-17 15:25:37 -0700 |
commit | e297016af881e51c14441ac63b67257e3d8624e2 (patch) | |
tree | 88d3834d1cebb82a60a45ced5263d72ec7c8dd19 /indra/newview/llplacesinventorypanel.h | |
parent | 353da63a07b07b75ad73b9f5cb8e463d07ebea3a (diff) |
EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*
forgot a file
reviewed by Leyla
Diffstat (limited to 'indra/newview/llplacesinventorypanel.h')
-rw-r--r-- | indra/newview/llplacesinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llplacesinventorypanel.h b/indra/newview/llplacesinventorypanel.h index 6641871a0b..f647e7f970 100644 --- a/indra/newview/llplacesinventorypanel.h +++ b/indra/newview/llplacesinventorypanel.h @@ -46,7 +46,7 @@ public: LLPlacesInventoryPanel(const Params& p); ~LLPlacesInventoryPanel(); - /*virtual*/ BOOL postBuild(); + /*virtual*/ void buildFolderView(const LLInventoryPanel::Params& params); void saveFolderState(); void restoreFolderState(); |