Remove spurious typename keyword in C++ code

This commit is contained in:
Francesco Abbate 2020-06-29 17:02:45 +02:00
parent 1fc6d62b14
commit bc6cdd7711
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace agg
typedef alpha8 color_type;
typedef int8u value_type;
typedef int32u calc_type;
typedef typename agg::rendering_buffer::row_data row_data;
typedef agg::rendering_buffer::row_data row_data;
//--------------------------------------------------------------------
pixfmt_alpha8(rendering_buffer& rb): m_rbuf(&rb)