Fix wrong member access

This commit is contained in:
nsubiron 2019-07-11 15:11:34 +02:00
parent c2ceb8db2c
commit 15b1df1b0f
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ namespace image {
class ImageView {
private:
public:
template <typename SrcViewT>
using GrayPixelLayout = boost::gil::pixel<typename boost::gil::channel_type<SrcViewT>::type, boost::gil::gray_layout_t>;