diff options
| author | Dave Parks <davep@lindenlab.com> | 2012-02-27 17:16:01 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2012-02-27 17:16:01 -0600 |
| commit | 124c5c3864dab85c20010bad9ae7ff9fb0ce26ca (patch) | |
| tree | 934f84d3eb8ba82c8513999e7a1009c2e9c448a8 /indra/llcharacter | |
| parent | d356e2be0ffbc64b5df28b49d8bc3e043957fa21 (diff) | |
| parent | 523f94cca97c9345277c33b030160adc19539ba3 (diff) | |
merge
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 //------------------------------------------------------------------------- |
