1
0
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:
omar 2014-12-03 11:56:33 +00:00
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;