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

@@ -124,10 +124,7 @@ int OrcaPrinterAgent::set_user_selected_machine(std::string dev_id)
// ============================================================================
AgentInfo OrcaPrinterAgent::get_agent_info_static()
{
return AgentInfo{.id = ORCA_PRINTER_AGENT_ID,
.name = "Orca Printer Agent",
.version = OrcaPrinterAgent_VERSION,
.description = "Orca Printer Communication Protocol Agent"};
return AgentInfo{ORCA_PRINTER_AGENT_ID, "Orca Printer Agent", OrcaPrinterAgent_VERSION, "Orca Printer Communication Protocol Agent"};
}
// ============================================================================