fixed warning + verbose cmake test

This commit is contained in:
AlexandreRouma
2021-10-03 01:41:18 +02:00
parent dc31539f6e
commit a37a2d3b36
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ namespace style {
}
namespace ImGui {
void LeftLabel(char* text) {
void LeftLabel(const char* text) {
float vpos = ImGui::GetCursorPosY();
ImGui::SetCursorPosY(vpos + GImGui->Style.FramePadding.y);
ImGui::Text(text);