diff --git a/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h b/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h index 69e8784f6ca..558f0489d84 100644 --- a/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h +++ b/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h @@ -2175,7 +2175,7 @@ struct OptStoreRasterTile< TilingTraits, SrcFormat, Ds template struct OptStoreRasterTile< TilingTraits, SrcFormat, DstFormat> { - typedef StoreRasterTile, SrcFormat, DstFormat> GenericStoreTile; + typedef StoreRasterTile, SrcFormat, DstFormat> GenericStoreTile; #if USE_8x2_TILE_BACKEND static const size_t SRC_BYTES_PER_PIXEL = FormatTraits::bpp / 8;