diff options
Diffstat (limited to 'opentrack-compat/options.hpp')
-rw-r--r-- | opentrack-compat/options.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opentrack-compat/options.hpp b/opentrack-compat/options.hpp index d1173894..3e5ecbf4 100644 --- a/opentrack-compat/options.hpp +++ b/opentrack-compat/options.hpp @@ -237,9 +237,9 @@ namespace options { public slots: OPENTRACK_DEFINE_SLOT(double) OPENTRACK_DEFINE_SLOT(int) - OPENTRACK_DEFINE_SLOT(QString) OPENTRACK_DEFINE_SLOT(bool) - OPENTRACK_DEFINE_SLOT(slider_value) + OPENTRACK_DEFINE_SLOT(const QString&) + OPENTRACK_DEFINE_SLOT(const slider_value&) public slots: virtual void reload() = 0; }; |