mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 21:45:10 +00:00
ImVector: private -> protected
This commit is contained in:
parent
bd762b559c
commit
d31623061f
1 changed files with 1 additions and 1 deletions
2
imgui.h
2
imgui.h
|
@ -77,7 +77,7 @@ namespace ImGui
|
|||
template<typename T>
|
||||
class ImVector
|
||||
{
|
||||
private:
|
||||
protected:
|
||||
size_t Size;
|
||||
size_t Capacity;
|
||||
T* Data;
|
||||
|
|
Loading…
Add table
Reference in a new issue