mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-06 09:37:55 +00:00
wxWidgets 3.1+ accepts const argv arrays (const wchar_t* const* and const char* const*) in wxExecute(), making the const_casts unnecessary. Remove all 14 const_cast<char**>/const_cast<wchar_t**> wrappers around wxExecute calls and their associated FIXME comments across GUI.cpp, NotificationManager.cpp, and Downloader.cpp.
8.6 KiB
8.6 KiB