Skip to content

Commit

Permalink
Fix for using IMGUI_DISABLE_OBSOLETE_FUNCTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Jan 5, 2022
1 parent de36ff0 commit 4d023bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui.cpp
Expand Up @@ -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

Expand Down

0 comments on commit 4d023bd

Please sign in to comment.