summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermarketplacelistings.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-xindra/newview/llfloatermarketplacelistings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h
index 0ba6ecae4a..2521135c0c 100755
--- a/indra/newview/llfloatermarketplacelistings.h
+++ b/indra/newview/llfloatermarketplacelistings.h
@@ -53,7 +53,7 @@ public:
LLPanelMarketplaceListings();
BOOL postBuild();
void draw();
- LLFolderView* getRootFolder() { return mAllPanel->getRootFolder(); } // *TODO : Suppress and get DnD in here instead...
+ LLFolderView* getRootFolder() { return mRootFolder; }
void buildAllPanels();
@@ -69,7 +69,7 @@ private:
void onTabChange();
void onFilterEdit(const std::string& search_string);
- LLInventoryPanel* mAllPanel;
+ LLFolderView* mRootFolder;
LLButton* mAuditBtn;
LLFilterEditor* mFilterEditor;
std::string mFilterSubString;