fix Windows build

This commit is contained in:
SoftFever
2026-01-27 21:21:44 +08:00
parent da9f3fdf80
commit 9c21744cd1
4 changed files with 4 additions and 15 deletions

View File

@@ -205,12 +205,7 @@ int BBLPrinterAgent::set_user_selected_machine(std::string dev_id)
// ============================================================================
AgentInfo BBLPrinterAgent::get_agent_info_static()
{
return AgentInfo{
.id = BBL_PRINTER_AGENT_ID,
.name = "Bambu Lab Printer Agent",
.version = "",
.description = "Bambu Lab printer agent"
};
return AgentInfo{BBL_PRINTER_AGENT_ID, "Bambu Lab Printer Agent", "", "Bambu Lab printer agent"};
}
// ============================================================================