mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
fixed warning + verbose cmake test
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user