From 6858eecf5f7f699b2832e231475f2d30614417c1 Mon Sep 17 00:00:00 2001 From: Joseph Eng Date: Mon, 27 Nov 2023 20:30:54 -0800 Subject: [PATCH] Replace Vectord with Matrixd --- wpimath/src/main/native/include/frc/proto/VectorProto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpimath/src/main/native/include/frc/proto/VectorProto.h b/wpimath/src/main/native/include/frc/proto/VectorProto.h index b3d14d3bbc8..190950e4304 100644 --- a/wpimath/src/main/native/include/frc/proto/VectorProto.h +++ b/wpimath/src/main/native/include/frc/proto/VectorProto.h @@ -10,7 +10,7 @@ #include "frc/EigenCore.h" template -struct WPILIB_DLLEXPORT wpi::Protobuf> { +struct WPILIB_DLLEXPORT wpi::Protobuf> { static google::protobuf::Message* New(google::protobuf::Arena* arena); static frc::Vectord Unpack(const google::protobuf::Message& msg); static void Pack(google::protobuf::Message* msg,