From 9f5ec4c62c4f44507acd045732555f0814096e93 Mon Sep 17 00:00:00 2001 From: Jon Wolk Date: Thu, 13 Dec 2007 19:59:08 +0000 Subject: Fix compilation error --- indra/llcharacter/lljointstate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcharacter') 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() { -- cgit v1.2.3