summaryrefslogtreecommitdiff
path: root/gfx/gl
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-03-11 20:26:39 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2026-03-11 20:26:39 +0000
commit7eff419fcf48a41493ab2ad37886f112b574b0de (patch)
tree8a14045734146309a1337dda8847bd3be038d435 /gfx/gl
parentSprinkling of glDebugScope in assets and render parts (diff)
downloadilt-7eff419fcf48a41493ab2ad37886f112b574b0de.tar.bz2
ilt-7eff419fcf48a41493ab2ad37886f112b574b0de.tar.xz
ilt-7eff419fcf48a41493ab2ad37886f112b574b0de.zip
Add missing typename exporting base::value_type from InstanceVertices
Diffstat (limited to 'gfx/gl')
-rw-r--r--gfx/gl/instanceVertices.h2
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;