Removes Fl_String from documentation as well.

This commit is contained in:
Matthias Melcher 2023-10-22 23:10:01 +02:00
parent bf62959f1f
commit 6cc3eb32db

View File

@ -153,7 +153,7 @@
...
Fl_Button *btn = new Fl_Button(10, 10, 100, 20, "Test");
FL_INLINE_CALLBACK_1(btn,
Fl_String, name, btn->label(),
const char *, name, btn->label(),
{
fl_message("Greetings from the %s button", name);
}