ImVector: private -> protected

docking
omar 10 years ago
parent bd762b559c
commit d31623061f

@ -77,7 +77,7 @@ namespace ImGui
template<typename T>
class ImVector
{
private:
protected:
size_t Size;
size_t Capacity;
T* Data;

Loading…
Cancel
Save