mirror of
https://github.com/Drezil/imgui.git
synced 2025-03-29 07:22:44 +00:00
ImVector: private -> protected
This commit is contained in:
parent
bd762b559c
commit
d31623061f
2
imgui.h
2
imgui.h
@ -77,7 +77,7 @@ namespace ImGui
|
|||||||
template<typename T>
|
template<typename T>
|
||||||
class ImVector
|
class ImVector
|
||||||
{
|
{
|
||||||
private:
|
protected:
|
||||||
size_t Size;
|
size_t Size;
|
||||||
size_t Capacity;
|
size_t Capacity;
|
||||||
T* Data;
|
T* Data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user