mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 04:58:47 +02:00
Declaration and assignment can be joined, Member function may be 'const'. (#2875)
This commit is contained in:
@ -624,7 +624,7 @@ struct IMGUI_API ImGuiMenuColumns
|
||||
ImGuiMenuColumns();
|
||||
void Update(int count, float spacing, bool clear);
|
||||
float DeclColumns(float w0, float w1, float w2);
|
||||
float CalcExtraSpace(float avail_w);
|
||||
float CalcExtraSpace(float avail_w) const;
|
||||
};
|
||||
|
||||
// Internal state of the currently focused/edited text input box
|
||||
|
Reference in New Issue
Block a user