X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fmatrix.h;h=4a51ddce65da8af12b2c1efd04e9ed10d08027d4;hp=71531ef68b2e4d17abd27fa7bed70be7154edcbd;hb=e1be82a4dfce8d90358c506f65be09da4dc9d5ec;hpb=4f2f558123db15393607d8b21b949d7798561dec diff --git a/source/core/matrix.h b/source/core/matrix.h index 71531ef6..4a51ddce 100644 --- a/source/core/matrix.h +++ b/source/core/matrix.h @@ -2,16 +2,16 @@ #define MSP_GL_MATRIX_H_ #include -#include +#include #include "vector.h" namespace Msp { namespace GL { -class Matrix: public LinAl::SquareMatrix +class Matrix: public LinAl::Matrix { private: - typedef LinAl::SquareMatrix Base; + typedef LinAl::Matrix Base; typedef Geometry::Angle Angle; public: