mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00: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