diff --git a/src/raygui.h b/src/raygui.h index ecb6f2d..0a9b653 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1451,7 +1451,7 @@ void GuiPanel(Rectangle bounds, const char *text) } // Scroll Panel control -Rectangle GuiScrollPanel(Rectangle bounds, Rectangle content, Vector2 *scroll) +Rectangle GuiScrollPanel(Rectangle bounds, const char *text, Rectangle content, Vector2 *scroll) { GuiControlState state = guiState;