get rid of 'using'

This commit is contained in:
Xuchen Han
2019-08-02 15:27:10 -07:00
parent f624b60c19
commit 7f33d8cdb9
9 changed files with 22 additions and 11 deletions

View File

@@ -13,7 +13,8 @@
class btDeformableMassSpringForce : public btDeformableLagrangianForce
{
public:
using TVStack = btDeformableLagrangianForce::TVStack;
// using TVStack = btDeformableLagrangianForce::TVStack;
typedef btAlignedObjectArray<btVector3> TVStack;
btDeformableMassSpringForce()
{
}