mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
Fixed missing const
This commit is contained in:
@ -15,5 +15,5 @@ namespace style {
|
||||
}
|
||||
|
||||
namespace ImGui {
|
||||
void LeftLabel(char* text);
|
||||
void LeftLabel(const char* text);
|
||||
}
|
Reference in New Issue
Block a user