summaryrefslogtreecommitdiff
path: root/src/gamefeaturesproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamefeaturesproxy.cpp')
-rw-r--r--src/gamefeaturesproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamefeaturesproxy.cpp b/src/gamefeaturesproxy.cpp
index 3adac353..1c833a2f 100644
--- a/src/gamefeaturesproxy.cpp
+++ b/src/gamefeaturesproxy.cpp
@@ -28,7 +28,7 @@ bool GameFeaturesProxy::registerFeature(MOBase::IPluginGame* game,
bool GameFeaturesProxy::registerFeature(std::shared_ptr<MOBase::GameFeature> feature,
int priority, bool replace)
{
- return registerFeature({}, feature, priority, replace);
+ return registerFeature(QStringList(), feature, priority, replace);
}
bool GameFeaturesProxy::unregisterFeature(std::shared_ptr<MOBase::GameFeature> feature)