Skip to content

Commit feddd56

Browse files
committed
Janky ahh template error
1 parent ab263f1 commit feddd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/listfetcher/ListFetcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void ListFetcher::getRandomNormalListLevel(int stars, matjson::Value& json)
4141
std::remove_if(
4242
arr.begin(), arr.end(),
4343
[](const auto& level) {
44-
return level.get<std::string>("difficulty") == "Auto";
44+
return level.template get<std::string>("difficulty") == "Auto";
4545
}
4646
),
4747
arr.end()

0 commit comments

Comments
 (0)