diff options
author | Dave Parks <davep@lindenlab.com> | 2012-02-27 17:15:35 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-02-27 17:15:35 -0600 |
commit | 523f94cca97c9345277c33b030160adc19539ba3 (patch) | |
tree | 5c04f99978572c98c7e0450f6c0e1a8f06ec7454 /indra/llcharacter | |
parent | a128836dedf25dc56807cced9316fbaa09a7f019 (diff) |
SH-2889 Fix for crash when encountering certain attachments.
Diffstat (limited to 'indra/llcharacter')
-rw-r--r-- | indra/llcharacter/llcharacter.h | 2 |
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 //------------------------------------------------------------------------- |