From 28d8d4e7664bcd6c8369cc18832e42096af7cad2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:01 -0500 Subject: Second Life viewer sources 1.17.3.0 --- linden/indra/llxml/llxmlnode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linden/indra/llxml') diff --git a/linden/indra/llxml/llxmlnode.h b/linden/indra/llxml/llxmlnode.h index f95a53b..3c338e2 100644 --- a/linden/indra/llxml/llxmlnode.h +++ b/linden/indra/llxml/llxmlnode.h @@ -171,12 +171,12 @@ public: BOOL getAttributeString(const LLString& name, LLString& value ); const ValueType& getType() const { return mType; } - const U32 getLength() const { return mLength; } - const U32 getPrecision() const { return mPrecision; } + U32 getLength() const { return mLength; } + U32 getPrecision() const { return mPrecision; } const LLString& getValue() const { return mValue; } LLString getTextContents() const; const LLStringTableEntry* getName() const { return mName; } - const BOOL hasName(LLString name) const { return mName == gStringTable.checkStringEntry(name); } + BOOL hasName(LLString name) const { return mName == gStringTable.checkStringEntry(name); } const LLString& getID() const { return mID; } U32 getChildCount() const; -- cgit v1.1