diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-08-04 13:18:16 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-08-04 13:18:16 +0100 |
commit | fd4cbed787e4a5e5a06898cdb46fa040163db136 (patch) | |
tree | 14455f247daa37ebb269c039c79c506de3a6c71b /indra | |
parent | d3db9dd2a17a7829e9e577caa5281ef4250c5f62 (diff) |
DEV-52379 FIXED (Supplementary to my supplementary) Fix Linux build breakage ... oopsie.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerregion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index e15609065c..8254cf1cad 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -330,7 +330,7 @@ public: private: // determine the cache filename for the region from the region handle - const std::string LLViewerRegion::getObjectCacheFilename(U64 mHandle) const; + const std::string getObjectCacheFilename(U64 mHandle) const; // The surfaces and other layers LLSurface* mLandp; |