diff options
author | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
commit | 28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch) | |
tree | 069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/lscript | |
parent | Second Life viewer sources 1.17.2.0 (diff) | |
download | meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2 meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz |
Second Life viewer sources 1.17.3.0
Diffstat (limited to 'linden/indra/lscript')
-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 | { |