summaryrefslogtreecommitdiffhomepage
path: root/logic/main-settings.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-01-16 06:02:14 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-01-16 07:49:13 +0100
commit1e04979c3452d4eac633677876a88f9411a1153d (patch)
tree99a126a9d2647fd25a8ef2adbab6bb84f2c97dfb /logic/main-settings.cpp
parent03d28dde1635e36508cff1f9eabc265cdb5febb9 (diff)
cruft only
Diffstat (limited to 'logic/main-settings.cpp')
-rw-r--r--logic/main-settings.cpp6
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;