From f88c5f2810f44a23daa784c91134fcdff84ed1a7 Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Sun, 29 Jun 2025 20:31:02 +0800 Subject: [PATCH] update --- MessageBasic/motion_access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MessageBasic/motion_access.cpp b/MessageBasic/motion_access.cpp index 4867db9..b76cfd9 100644 --- a/MessageBasic/motion_access.cpp +++ b/MessageBasic/motion_access.cpp @@ -49,7 +49,7 @@ PlatformMotionSequence::PlatformMotionSequence() std::shared_ptr PlatformMotionSequence::newDefault() const { - return std::shared_ptr(); + return std::make_shared(); } void PlatformMotionSequence::recoveryFrom(const QJsonObject& obj)