mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-12 00:05:10 +00:00
Fix for using IMGUI_DISABLE_OBSOLETE_FUNCTIONS
This commit is contained in:
parent
de36ff043e
commit
4d023bd7fe
1 changed files with 1 additions and 1 deletions
|
@ -11531,7 +11531,7 @@ static void SetPlatformImeDataFn_DefaultImpl(ImGuiViewport* viewport, ImGuiPlatf
|
|||
|
||||
#else
|
||||
|
||||
static void SetPlatformImeDataFn_De(int, int) {}
|
||||
static void SetPlatformImeDataFn_DefaultImpl(ImGuiViewport*, ImGuiPlatformImeData*) {}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue