ImVector: private -> protected

This commit is contained in:
omar 2014-12-03 11:56:33 +00:00
parent bd762b559c
commit d31623061f
1 changed files with 1 additions and 1 deletions

View File

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