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 Apr 10, 2024
1 parent e8e161d commit 2610431
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SPID/cmake/headerlist.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(headers ${headers}
include/LookupFilters.h
include/LookupForms.h
include/LookupNPC.h
include/Parser.h
include/PCH.h
include/PCLevelMultManager.h
include/Parser.h
)
2 changes: 0 additions & 2 deletions SPID/include/Parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ struct DefaultKeyComponentParser
}
};


struct DistributableFormComponentParser
{
template <typename Data>
Expand Down Expand Up @@ -164,7 +163,6 @@ struct LevelFiltersComponentParser
}
};


struct TraitsFilterComponentParser
{
template <typename Data>
Expand Down
10 changes: 5 additions & 5 deletions SPID/src/LookupConfigs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ namespace Configs
{
auto sanitized_value = sanitize(value);

auto data = Parse<Data,
auto data = Parse<Data,
DefaultKeyComponentParser,
DistributableFormComponentParser,
StringFiltersComponentParser,
FormFiltersComponentParser,
LevelFiltersComponentParser,
TraitsFilterComponentParser,
IndexOrCountComponentParser,
FormFiltersComponentParser,
LevelFiltersComponentParser,
TraitsFilterComponentParser,
IndexOrCountComponentParser,
ChanceComponentParser>(key, sanitized_value);

data.path = path;
Expand Down

0 comments on commit 2610431

Please sign in to comment.