diff options
| author | Oz Linden <oz@lindenlab.com> | 2015-09-29 15:24:03 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2015-09-29 15:24:03 -0400 |
| commit | 9757c3a7fa1c67ecbf62df4493dc68040ba0e264 (patch) | |
| tree | 1d3ec613c44b1c91b2ee91546be7be0de9c72f6e /indra/llprimitive/lltextureentry.h | |
| parent | 453dee2d21477ad534fa9982b844c40adde9b93e (diff) | |
| parent | 2d52b62e67cf46222396c724d00d2de874819197 (diff) | |
merge changes for 3.8.4-release
Diffstat (limited to 'indra/llprimitive/lltextureentry.h')
| -rwxr-xr-x | indra/llprimitive/lltextureentry.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llprimitive/lltextureentry.h b/indra/llprimitive/lltextureentry.h index 19edcaa27d..a40c3988f2 100755 --- a/indra/llprimitive/lltextureentry.h +++ b/indra/llprimitive/lltextureentry.h @@ -89,6 +89,10 @@ public: bool operator==(const LLTextureEntry &rhs) const; bool operator!=(const LLTextureEntry &rhs) const; + + // Added to allow use with std::map + // + bool operator <(const LLTextureEntry &rhs) const; LLSD asLLSD() const; void asLLSD(LLSD& sd) const; |
