summaryrefslogtreecommitdiff
path: root/src/modinforegular.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-11-04 21:46:39 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-11-04 21:46:39 +0100
commit780cc2a35217e887c9bba0573be1146505114521 (patch)
tree6ade81a3c53b7cb21bbf651e9e3e4e94cc561f98 /src/modinforegular.cpp
parentf507305ffbeba74e9ea0fe6f286af0f8907264e7 (diff)
Add IModInterface::fileTree().
Diffstat (limited to 'src/modinforegular.cpp')
-rw-r--r--src/modinforegular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp
index 78c04f2d..3f5fc7fc 100644
--- a/src/modinforegular.cpp
+++ b/src/modinforegular.cpp
@@ -682,7 +682,7 @@ std::set<int> ModInfoRegular::doGetContents() const
ModDataContent* contentFeature = m_GamePlugin->feature<ModDataContent>();
if (contentFeature) {
- auto result = contentFeature->getContentsFor(contentFileTree());
+ auto result = contentFeature->getContentsFor(fileTree());
return std::set<int>(std::begin(result), std::end(result));
}