diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-06-03 14:08:22 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-06-03 14:08:22 -0600 |
commit | 29896d26c2ace6fb4db513c9d660e89168a736fc (patch) | |
tree | 93ccc5de19cafe76eebb85e5622c4bb5deac5e24 /indra/newview/llviewerregion.h | |
parent | 3df90898b18feeda876857acb00f1f3046793e69 (diff) |
EXT-7630: FIXED: turn on http texture fetching by default.
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index 5c4d5a61fd..a9e7ef771c 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -291,6 +291,7 @@ public: friend std::ostream& operator<<(std::ostream &s, const LLViewerRegion ®ion); /// implements LLCapabilityProvider virtual std::string getDescription() const; + std::string getHttpUrl() const { return mHttpUrl ;} LLSpatialPartition* getSpatialPartition(U32 type); public: @@ -383,6 +384,7 @@ private: std::string mColoName; std::string mProductSKU; std::string mProductName; + std::string mHttpUrl ; // Maps local ids to cache entries. |