diff options
author | Merov Linden <merov@lindenlab.com> | 2014-12-04 22:45:04 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-12-04 22:45:04 -0800 |
commit | 4fd175bc314eda71f78670fbb21357ad5ccc33ae (patch) | |
tree | 51383d874ff326e3dec4bd0cec8bf3e9e4941f8f /indra/newview/llfloatermarketplacelistings.h | |
parent | d1d58fbf2526fc5205cb4b3f9930c6d26c645c3f (diff) |
DD-289 : WIP : Prevent building tabs twice
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index 2521135c0c..9fddbc645e 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -103,7 +103,8 @@ public: void onMouseLeave(S32 x, S32 y, MASK mask); protected: - void setup(); + void setRootFolder(); + void setPanels(); void fetchContents(); void setStatusString(const std::string& statusString); |