mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Few more build issues
This commit is contained in:
@@ -60,7 +60,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
ImGui::TableNextRow();
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::TextUnformatted(project.begin(), project.end());
|
||||
ImGui::TextUnformatted(project.data(), project.data() + project.size());
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::PushStyleColor(ImGuiCol_Text, getColor(level).Value);
|
||||
ImGui::TextUnformatted(message.c_str());
|
||||
|
||||
Reference in New Issue
Block a user