From 32932aa49f4655dcece08a804582ac8162f8c0bc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 28 Dec 2016 06:49:40 +0100 Subject: options/tie: fix typo --- options/tie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/tie.cpp') 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& v, QComboBox* cb) +OPENTRACK_OPTIONS_EXPORT void tie_setting(value& v, QComboBox* cb) { cb->setCurrentIndex(v); v = cb->currentIndex(); -- cgit v1.2.3