diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 06:49:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 06:49:40 +0100 |
commit | 32932aa49f4655dcece08a804582ac8162f8c0bc (patch) | |
tree | 2b2bfd63afd345565416af7c05075fc3e3101577 | |
parent | a07a6dac12c8bd8a97205fefa02fea4f66fbbf8f (diff) |
options/tie: fix typo
-rw-r--r-- | options/tie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/tie.cpp b/options/tie.cpp index b37ec893..873c7087 100644 --- a/options/tie.cpp +++ b/options/tie.cpp @@ -10,7 +10,7 @@ namespace options { -OPENTRACK_OPTIONS_EXPORT void options::tie_setting(value<int>& v, QComboBox* cb) +OPENTRACK_OPTIONS_EXPORT void tie_setting(value<int>& v, QComboBox* cb) { cb->setCurrentIndex(v); v = cb->currentIndex(); |