diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 06:02:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:49:13 +0100 |
commit | 1e04979c3452d4eac633677876a88f9411a1153d (patch) | |
tree | 99a126a9d2647fd25a8ef2adbab6bb84f2c97dfb /logic/main-settings.cpp | |
parent | 03d28dde1635e36508cff1f9eabc265cdb5febb9 (diff) |
cruft only
Diffstat (limited to 'logic/main-settings.cpp')
-rw-r--r-- | logic/main-settings.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/logic/main-settings.cpp b/logic/main-settings.cpp index 19bb692d..3865e602 100644 --- a/logic/main-settings.cpp +++ b/logic/main-settings.cpp @@ -17,9 +17,9 @@ key_opts& key_opts::operator=(const key_opts& x) { if (&x != this) { - keycode = *x.keycode; - guid = *x.guid; - button = *x.button; + keycode = x.keycode; + guid = x.guid; + button = x.button; } return *this; |