From 1e04979c3452d4eac633677876a88f9411a1153d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 16 Jan 2019 06:02:14 +0100 Subject: cruft only --- logic/main-settings.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'logic') 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; -- cgit v1.2.3