diff --git a/matrix/Scalar.hpp b/matrix/Scalar.hpp index 0e722eed8c..24c99caea7 100644 --- a/matrix/Scalar.hpp +++ b/matrix/Scalar.hpp @@ -34,7 +34,7 @@ public: _value = other(0,0); } - Scalar(float other) + Scalar(Type other) { _value = other; }