summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-12-28 06:49:40 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-12-28 06:49:40 +0100
commit32932aa49f4655dcece08a804582ac8162f8c0bc (patch)
tree2b2bfd63afd345565416af7c05075fc3e3101577 /options
parenta07a6dac12c8bd8a97205fefa02fea4f66fbbf8f (diff)
options/tie: fix typo
Diffstat (limited to 'options')
-rw-r--r--options/tie.cpp2
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();