Skip to content
Snippets Groups Projects
Commit 9f5ec4c6 authored by Jon Wolk's avatar Jon Wolk
Browse files

Fix compilation error

parent b01d567a
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class LLJointState : public LLRefCount ...@@ -121,7 +121,7 @@ class LLJointState : public LLRefCount
LLJoint::JointPriority getPriority() const { return mPriority; } LLJoint::JointPriority getPriority() const { return mPriority; }
void setPriority( LLJoint::JointPriority priority ) { mPriority = priority; } void setPriority( LLJoint::JointPriority priority ) { mPriority = priority; }
private: protected:
// Destructor // Destructor
virtual ~LLJointState() virtual ~LLJointState()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment