diff --git a/src/SaveTool/SaveTool_MainManager.cpp b/src/SaveTool/SaveTool_MainManager.cpp index ff7a90c..cd9d6a0 100644 --- a/src/SaveTool/SaveTool_MainManager.cpp +++ b/src/SaveTool/SaveTool_MainManager.cpp @@ -438,7 +438,7 @@ SaveTool::drawUnavailableMaterialRow(Containers::StringView name, std::int32_t t ImGui::TableSetColumnIndex(0); ImGui::Text("T%i", tier); ImGui::TableSetColumnIndex(1); - ImGui::TextUnformatted(name.data()); + ImGui::TextUnformatted(name.begin(), name.end()); ImGui::TableSetColumnIndex(2); ImGui::TextDisabled("Unavailable as of game version " SUPPORTED_GAME_VERSION); }