diff options
Diffstat (limited to 'linden/indra/lscript/lscript_library.h')
-rw-r--r-- | linden/indra/lscript/lscript_library.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/lscript/lscript_library.h b/linden/indra/lscript/lscript_library.h index 8c4a3d0..353ff69 100644 --- a/linden/indra/lscript/lscript_library.h +++ b/linden/indra/lscript/lscript_library.h | |||
@@ -84,7 +84,7 @@ public: | |||
84 | LLQuaternion mQuat; | 84 | LLQuaternion mQuat; |
85 | LLScriptLibData *mListp; | 85 | LLScriptLibData *mListp; |
86 | 86 | ||
87 | friend const bool operator<=(const LLScriptLibData &a, const LLScriptLibData &b) | 87 | friend bool operator<=(const LLScriptLibData &a, const LLScriptLibData &b) |
88 | { | 88 | { |
89 | if (a.mType == b.mType) | 89 | if (a.mType == b.mType) |
90 | { | 90 | { |
@@ -112,7 +112,7 @@ public: | |||
112 | return TRUE; | 112 | return TRUE; |
113 | } | 113 | } |
114 | 114 | ||
115 | friend const bool operator==(const LLScriptLibData &a, const LLScriptLibData &b) | 115 | friend bool operator==(const LLScriptLibData &a, const LLScriptLibData &b) |
116 | { | 116 | { |
117 | if (a.mType == b.mType) | 117 | if (a.mType == b.mType) |
118 | { | 118 | { |