diff options
author | Jon Wolk <jwolk@lindenlab.com> | 2007-12-13 19:59:08 +0000 |
---|---|---|
committer | Jon Wolk <jwolk@lindenlab.com> | 2007-12-13 19:59:08 +0000 |
commit | 9f5ec4c62c4f44507acd045732555f0814096e93 (patch) | |
tree | 023e958818cf8985788ea4f303b5bc6d3fee21c2 /indra/llcharacter/lljointstate.h | |
parent | b01d567a5d9e2b5dd28bcc7b3f474fabd93e7a2f (diff) |
Fix compilation error
Diffstat (limited to 'indra/llcharacter/lljointstate.h')
-rw-r--r-- | indra/llcharacter/lljointstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/lljointstate.h b/indra/llcharacter/lljointstate.h index a1723b6dd9..ab4ecc8aa7 100644 --- a/indra/llcharacter/lljointstate.h +++ b/indra/llcharacter/lljointstate.h @@ -121,7 +121,7 @@ public: LLJoint::JointPriority getPriority() const { return mPriority; } void setPriority( LLJoint::JointPriority priority ) { mPriority = priority; } -private: +protected: // Destructor virtual ~LLJointState() { |