diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-11 20:26:39 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-11 20:26:39 +0000 |
| commit | 7eff419fcf48a41493ab2ad37886f112b574b0de (patch) | |
| tree | 8a14045734146309a1337dda8847bd3be038d435 | |
| parent | Sprinkling of glDebugScope in assets and render parts (diff) | |
| download | ilt-7eff419fcf48a41493ab2ad37886f112b574b0de.tar.bz2 ilt-7eff419fcf48a41493ab2ad37886f112b574b0de.tar.xz ilt-7eff419fcf48a41493ab2ad37886f112b574b0de.zip | |
Add missing typename exporting base::value_type from InstanceVertices
| -rw-r--r-- | gfx/gl/instanceVertices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gl/instanceVertices.h b/gfx/gl/instanceVertices.h index 2643e68..8d7ac4d 100644 --- a/gfx/gl/instanceVertices.h +++ b/gfx/gl/instanceVertices.h @@ -126,7 +126,7 @@ public: return base::get_allocator().getNameFor(static_cast<const base &>(*this)); } - using base::value_type; + using typename base::value_type; using base::at; using base::begin; |
