diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-19 23:56:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-20 13:55:42 +0300 |
commit | d59cd9111c1e86b224ea62cc975c49b157e2b3cf (patch) | |
tree | d7186479633c0269573e92b5a5213d04b84b3995 /src/gui/setup_input.h | |
parent | 71d2b482d84246b8456ea863f94a9a766d33f197 (diff) | |
download | mv-d59cd9111c1e86b224ea62cc975c49b157e2b3cf.tar.gz mv-d59cd9111c1e86b224ea62cc975c49b157e2b3cf.tar.bz2 mv-d59cd9111c1e86b224ea62cc975c49b157e2b3cf.tar.xz mv-d59cd9111c1e86b224ea62cc975c49b157e2b3cf.zip |
Add to some controls palette inheritance from other controls.
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index ba7ddcf29..188be4a26 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -42,7 +42,7 @@ class Setup_Input final : public SetupTab /** * Constructor */ - Setup_Input(); + Setup_Input(const Widget2 *const widget); A_DELETE_COPY(Setup_Input) |