Removed bool return value from BegniPopup() at the moment, it is meaningless. Tidying up.

This commit is contained in:
ocornut
2015-03-26 19:18:06 +00:00
parent 4b7818dfc2
commit e1de4908f6
2 changed files with 8 additions and 7 deletions

View File

@ -225,7 +225,7 @@ namespace ImGui
IMGUI_API void EndTooltip();
// Popup
IMGUI_API bool BeginPopup(bool* p_opened);
IMGUI_API void BeginPopup(bool* p_opened);
IMGUI_API void EndPopup();
// Layout