diff --git a/Raygui-cs/Raygui.cs b/Raygui-cs/Raygui.cs index b03da5d..18a2009 100644 --- a/Raygui-cs/Raygui.cs +++ b/Raygui-cs/Raygui.cs @@ -239,11 +239,11 @@ namespace Raygui_cs // Set one style property [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern void GuiSetStyle(GuiControlStandard control, GuiControlProperty property, int value); + public static extern void GuiSetStyle(GuiControl control, GuiControlProperty property, int value); // Get one style property [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern int GuiGetStyle(GuiControlStandard control, GuiControlProperty property); + public static extern int GuiGetStyle(GuiControl control, GuiControlProperty property); // Container/separator controls, useful for controls organization