diff --git a/panda/src/physics/baseIntegrator.h b/panda/src/physics/baseIntegrator.h index a98a6048f1..42410c0783 100644 --- a/panda/src/physics/baseIntegrator.h +++ b/panda/src/physics/baseIntegrator.h @@ -39,7 +39,7 @@ class Physical; //////////////////////////////////////////////////////////////////// class EXPCL_PANDAPHYSICS BaseIntegrator : public ReferenceCount { public: - typedef pvector< LMatrix4f > MatrixVector; + typedef pvector MatrixVector; virtual ~BaseIntegrator();