Wrong build on windows system (32 vs 64bit) dialog

This commit is contained in:
David Kocik 2021-10-25 17:40:18 +02:00
parent 73af0ed331
commit 79d9fd154e
2 changed files with 24 additions and 1 deletions

View file

@ -112,7 +112,7 @@ enum class NotificationType
// information about netfabb is finished repairing model (blocking proccess)
NetfabbFinished,
// Short meesage to fill space between start and finish of export
ExportOngoing
ExportOngoing,
};
class NotificationManager