From 74ffc46bbc25f2fa2ff291cc25c65c2d9e78086f Mon Sep 17 00:00:00 2001 From: Ian Chua Date: Thu, 16 Jul 2026 18:22:55 +0800 Subject: [PATCH] fix: syntax --- src/slic3r/plugin/PluginConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/plugin/PluginConfig.hpp b/src/slic3r/plugin/PluginConfig.hpp index 9d8b105af1..24aa7ea88b 100644 --- a/src/slic3r/plugin/PluginConfig.hpp +++ b/src/slic3r/plugin/PluginConfig.hpp @@ -101,7 +101,7 @@ public: bool dirty() const; static nlohmann::json capabilities_payload(const std::vector& caps); - static nlohmann::json get_config_response(const PluginCapabilityId& id);tom UI. + static nlohmann::json get_config_response(const PluginCapabilityId& id); static nlohmann::json save_config_response(const PluginCapabilityId& id, const nlohmann::json& config); static nlohmann::json restore_config_response(const PluginCapabilityId& id);