16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

vs2015 fix

This commit is contained in:
milek7
2018-06-27 21:42:10 +02:00
parent d9b06d5348
commit 7d03f0b676
2 changed files with 184 additions and 184 deletions

View File

@@ -230,7 +230,7 @@ enum class command_mode {
struct command_description {
std::string name;
command_target target;
command_mode mode = command_mode::oneoff;
command_mode mode;
};
struct command_data {