summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack-compat')
-rw-r--r--opentrack-compat/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-compat/options.cpp b/opentrack-compat/options.cpp
index 550fec24..9dcb10ab 100644
--- a/opentrack-compat/options.cpp
+++ b/opentrack-compat/options.cpp
@@ -160,7 +160,7 @@ pbundle opt_singleton::bundle(const opt_singleton::k &key)
qDebug() << "bundle +" << key;
auto shr = std::make_shared<v>(key);
- implsgl_data[key] = tt(cnt(1), shr);
+ implsgl_data[key] = tt(1, shr);
return shr;
}