Browse Source

fix erroneous INLINE modifier

rdb 12 years ago
parent
commit
412c79f147
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/bullet/bulletSoftBodyControl.cxx

+ 1 - 1
panda/src/bullet/bulletSoftBodyControl.cxx

@@ -34,7 +34,7 @@ BulletSoftBodyControl() {
 //       Access: Published
 //       Access: Published
 //  Description:
 //  Description:
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-INLINE BulletSoftBodyControl::
+BulletSoftBodyControl::
 ~BulletSoftBodyControl() {
 ~BulletSoftBodyControl() {
 
 
 }
 }