From e5124431b54d4342d4677371fccca5bc7250c079 Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Mon, 2 Jul 2007 17:10:30 +0000 Subject: svn merge -r 64079:64548 svn+ssh://svn/svn/linden/branches/maintenance into release --- indra/lscript/lscript_library.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/lscript') diff --git a/indra/lscript/lscript_library.h b/indra/lscript/lscript_library.h index ed6e3bc1de..b5fdfc7a22 100644 --- a/indra/lscript/lscript_library.h +++ b/indra/lscript/lscript_library.h @@ -64,7 +64,7 @@ public: LLQuaternion mQuat; LLScriptLibData *mListp; - friend const bool operator<=(const LLScriptLibData &a, const LLScriptLibData &b) + friend bool operator<=(const LLScriptLibData &a, const LLScriptLibData &b) { if (a.mType == b.mType) { @@ -92,7 +92,7 @@ public: return TRUE; } - friend const bool operator==(const LLScriptLibData &a, const LLScriptLibData &b) + friend bool operator==(const LLScriptLibData &a, const LLScriptLibData &b) { if (a.mType == b.mType) { -- cgit v1.2.3