diff --git a/src/python/magnum/math.matrix.h b/src/python/magnum/math.matrix.h index 3fb20d8..47aaec0 100644 --- a/src/python/magnum/math.matrix.h +++ b/src/python/magnum/math.matrix.h @@ -123,7 +123,7 @@ template void everyRectangularMatrixBuffer(py::class_ void everyVectorBuffer(py::class_& throw py::error_already_set{}; } - T out{Math::NoInit}; + T out{NoInit}; initFromBuffer(out, buffer); return out; }), "Construct from a buffer");