ImVector: private -> protected

features/sdl_renderer3_multiviewports
omar ago%!(EXTRA string=11 years)
parent bd762b559c
commit d31623061f
  1. 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…
Cancel
Save