7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 19:29:17 +00:00

fix commit 4ef2853a on non Windows platforms

This commit is contained in:
jean-pierre charras 2025-02-06 13:33:06 +01:00
parent 4ef2853ae5
commit e587e5029c

View File

@ -100,6 +100,8 @@ static bool GetPrinterList(wxArrayString &aPrinterList, wxString &aDefaultPrinte
if(aPrinterList.GetCount())
return true;
#endif
return false;
}