Fixed missing const

This commit is contained in:
AlexandreRouma
2021-10-03 01:48:44 +02:00
parent a37a2d3b36
commit 8666aa07e7
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ namespace style {
}
namespace ImGui {
void LeftLabel(char* text);
void LeftLabel(const char* text);
}