Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase.

Demo: Typo.
C98 fix.
This commit is contained in:
omar
2019-01-08 16:26:45 +01:00
parent 57b1622afc
commit f53cd3ee0f
3 changed files with 15 additions and 15 deletions

View File

@ -4027,7 +4027,7 @@ void ShowExampleAppDocuments(bool* p_open)
{
static ExampleAppDocuments app;
if (!ImGui::Begin("Examples: Documents", p_open, ImGuiWindowFlags_MenuBar))
if (!ImGui::Begin("Example: Documents", p_open, ImGuiWindowFlags_MenuBar))
{
ImGui::End();
return;