summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-02-27 17:15:35 -0600
committerDave Parks <davep@lindenlab.com>2012-02-27 17:15:35 -0600
commit523f94cca97c9345277c33b030160adc19539ba3 (patch)
tree5c04f99978572c98c7e0450f6c0e1a8f06ec7454 /indra/llcharacter
parenta128836dedf25dc56807cced9316fbaa09a7f019 (diff)
SH-2889 Fix for crash when encountering certain attachments.
Diffstat (limited to 'indra/llcharacter')
-rw-r--r--indra/llcharacter/llcharacter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llcharacter.h b/indra/llcharacter/llcharacter.h
index e81a27c2bc..3ebb2bffb0 100644
--- a/indra/llcharacter/llcharacter.h
+++ b/indra/llcharacter/llcharacter.h
@@ -126,7 +126,7 @@ public:
virtual void addDebugText( const std::string& text ) = 0;
- virtual const LLUUID& getID() = 0;
+ virtual const LLUUID& getID() const = 0;
//-------------------------------------------------------------------------
// End Interface
//-------------------------------------------------------------------------