summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'gfx')
-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;