X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2Fcml%2Fmatrix%2Ffixed.h;h=1a64938db45e48e31b8862ec3ae270b3f6cf25f0;hp=f35bf1c64a4f5081ec74e76849cd63aa7cd468b3;hb=40755d4c6251206c18ce4784967d3a910cee096f;hpb=d08114d4e7315636ff62127845150273e0cbf66f diff --git a/src/Moof/cml/matrix/fixed.h b/src/Moof/cml/matrix/fixed.h index f35bf1c..1a64938 100644 --- a/src/Moof/cml/matrix/fixed.h +++ b/src/Moof/cml/matrix/fixed.h @@ -71,10 +71,9 @@ class matrix,BasisOrient,Layout> /* To simplify the matrix transpose operator: */ typedef matrix< - Element, + typename cml::remove_const::type, typename array_type::transposed_type::generator_type, - BasisOrient, - Layout + BasisOrient, Layout > transposed_type; /* To simplify the matrix row and column operators: */