diff options
-rw-r--r-- | logic/mappings.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/logic/mappings.hpp b/logic/mappings.hpp index 15752624..030aa254 100644 --- a/logic/mappings.hpp +++ b/logic/mappings.hpp @@ -15,10 +15,10 @@ using namespace options; struct Map final { Map(QString primary, - QString secondary, - int max_x, - int max_y, - axis_opts& opts) : + QString secondary, + int max_x, + int max_y, + axis_opts& opts) : opts(opts), name1(primary), name2(secondary), |