Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
adya authored and github-actions[bot] committed Mar 29, 2024
1 parent 78dbffb commit 31216b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SPID/include/FormData.h
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ Forms::DataVec<Form>& Forms::Distributables<Form>::GetForms(bool a_onlyLevelEntr
return forms;
}

template<class Form>
template <class Form>
void Forms::Distributables<Form>::LookupForm(RE::TESDataHandler* a_dataHandler, INI::Data& rawForm)
{
Forms::LookupGenericForm<Form>(a_dataHandler, rawForm, [&](Form* form, auto& idxOrCount, auto& filters, std::string& path) {
Expand Down
2 changes: 1 addition & 1 deletion SPID/include/LinkedDistribution.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace LinkedDistribution
template <class Form = RE::TESForm>
Form* LookupLinkedForm(RE::TESDataHandler* const dataHandler, INI::RawLinkedForm& rawForm);
}

template <class Form>
struct LinkedForms
{
Expand Down
3 changes: 1 addition & 2 deletions SPID/src/LookupForms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "KeywordDependencies.h"
#include "LinkedDistribution.h"


bool LookupDistributables(RE::TESDataHandler* const dataHandler)
{
using namespace Forms;
Expand Down Expand Up @@ -53,7 +52,7 @@ bool LookupDistributables(RE::TESDataHandler* const dataHandler)
packages.GetForms().emplace_back(packages.GetSize(), form, packageIndex, filters, path);
}
}
});
});
}

Dependencies::ResolveKeywords();
Expand Down

0 comments on commit 31216b3

Please sign in to comment.