Skip to content

Commit

Permalink
fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Nov 27, 2024
1 parent 88df44e commit b65522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/GJLevelList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class BI_DLL $modify(BIGJLevelList, GJLevelList) {
void showListInfo() {
static_assert(&GJLevelList::showListInfo, "Hook not implemented");

std::string info = getUnpackedDescription() + "\n\n";
std::string info = std::string(getUnpackedDescription()) + "\n\n";
if(info.empty()) info = "(No description provided)\n\n";

if(m_listID > 0) info += fmt::format("List ID: <cy>{}</c>\n", m_listID);
Expand Down

0 comments on commit b65522a

Please sign in to comment.