summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
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();