summaryrefslogtreecommitdiff
path: root/kms++util/src/conv-rgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'kms++util/src/conv-rgb.h')
-rw-r--r--kms++util/src/conv-rgb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kms++util/src/conv-rgb.h b/kms++util/src/conv-rgb.h
index 57791d5..6993247 100644
--- a/kms++util/src/conv-rgb.h
+++ b/kms++util/src/conv-rgb.h
@@ -173,8 +173,8 @@ using BGRA1010102_Layout = RGB_32_Layout<
template<typename Layout>
class ARGB_Writer
{
- using Plane = Layout::template plane<0>;
- using TStorage = Plane::storage_type;
+ using Plane = typename Layout::template plane<0>;
+ using TStorage = typename Plane::storage_type;
static_assert(Layout::num_planes == 1);
static_assert(Plane::num_components == 3 || Plane::num_components == 4);