diff options
author | Mike Mazur | 2009-02-03 08:31:08 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-03 08:31:08 +0000 |
commit | 949ae6136e24aee1cb8d06491fed75970cab38d2 (patch) | |
tree | 23d1f735e7997ab911b4de639cc5d5bca390477b /OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | |
parent | Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll. (diff) | |
download | opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.zip opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.tar.gz opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.tar.bz2 opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.tar.xz |
Change access levels from private to protected to facilitate
subclassing; also add new method signatures. Thanks tuco and mikkopa.
Fix Mantis #3072.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs index 8180497..b7b39a4 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePhysicsJoint.cs | |||
@@ -34,7 +34,7 @@ using OpenSim.Region.Physics.OdePlugin; | |||
34 | 34 | ||
35 | namespace OpenSim.Region.Physics.OdePlugin | 35 | namespace OpenSim.Region.Physics.OdePlugin |
36 | { | 36 | { |
37 | class OdePhysicsJoint : PhysicsJoint | 37 | public class OdePhysicsJoint : PhysicsJoint |
38 | { | 38 | { |
39 | public override bool IsInPhysicsEngine | 39 | public override bool IsInPhysicsEngine |
40 | { | 40 | { |