summaryrefslogtreecommitdiffhomepage
path: root/options/bundle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/bundle.hpp')
-rw-r--r--options/bundle.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/options/bundle.hpp b/options/bundle.hpp
index 841df273..a948ac44 100644
--- a/options/bundle.hpp
+++ b/options/bundle.hpp
@@ -84,9 +84,6 @@ OPENTRACK_OPTIONS_EXPORT bundler& singleton();
using bundle_type = detail::bundle;
using bundle = std::shared_ptr<bundle_type>;
-inline bundle make_bundle(const QString& name)
-{
- return detail::singleton().make_bundle(name);
-}
+OPENTRACK_OPTIONS_EXPORT bundle make_bundle(const QString& name);
}