diff options
Diffstat (limited to 'gfx/gl/instanceVertices.h')
| -rw-r--r-- | gfx/gl/instanceVertices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/instanceVertices.h b/gfx/gl/instanceVertices.h index f24eaa3..2643e68 100644 --- a/gfx/gl/instanceVertices.h +++ b/gfx/gl/instanceVertices.h @@ -126,6 +126,8 @@ public: return base::get_allocator().getNameFor(static_cast<const base &>(*this)); } + using base::value_type; + using base::at; using base::begin; using base::cbegin; |
