mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
PresetUpdater: Fix string type
This commit is contained in:
parent
60f62a6463
commit
0feb4d823f
3 changed files with 5 additions and 5 deletions
|
@ -77,7 +77,7 @@ class MsgDataIncompatible : public MsgDialog
|
|||
{
|
||||
public:
|
||||
// incompats is a map of "vendor name" -> "version restrictions"
|
||||
MsgDataIncompatible(const std::unordered_map<std::string, std::string> &incompats);
|
||||
MsgDataIncompatible(const std::unordered_map<std::string, wxString> &incompats);
|
||||
MsgDataIncompatible(MsgDataIncompatible &&) = delete;
|
||||
MsgDataIncompatible(const MsgDataIncompatible &) = delete;
|
||||
MsgDataIncompatible &operator=(MsgDataIncompatible &&) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue