1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

PresetUpdater: Fix string type

This commit is contained in:
Vojtech Kral
2018-04-24 18:40:06 +02:00
parent 60f62a6463
commit 0feb4d823f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;