Fix wrong member access
This commit is contained in:
parent
c2ceb8db2c
commit
15b1df1b0f
|
@ -18,7 +18,6 @@ namespace image {
|
||||||
|
|
||||||
class ImageView {
|
class ImageView {
|
||||||
private:
|
private:
|
||||||
public:
|
|
||||||
|
|
||||||
template <typename SrcViewT>
|
template <typename SrcViewT>
|
||||||
using GrayPixelLayout = boost::gil::pixel<typename boost::gil::channel_type<SrcViewT>::type, boost::gil::gray_layout_t>;
|
using GrayPixelLayout = boost::gil::pixel<typename boost::gil::channel_type<SrcViewT>::type, boost::gil::gray_layout_t>;
|
||||||
|
|
Loading…
Reference in New Issue