From 412c79f14702d1b356645aeb4c01447dfbb194a4 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 22 May 2013 15:32:24 +0000 Subject: [PATCH] fix erroneous INLINE modifier --- panda/src/bullet/bulletSoftBodyControl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/bullet/bulletSoftBodyControl.cxx b/panda/src/bullet/bulletSoftBodyControl.cxx index a06a9ee81c..5329464815 100644 --- a/panda/src/bullet/bulletSoftBodyControl.cxx +++ b/panda/src/bullet/bulletSoftBodyControl.cxx @@ -34,7 +34,7 @@ BulletSoftBodyControl() { // Access: Published // Description: //////////////////////////////////////////////////////////////////// -INLINE BulletSoftBodyControl:: +BulletSoftBodyControl:: ~BulletSoftBodyControl() { }