team-charls/charls

struct charls_jpegls_decoder constructor no default attribute

messicn opened this issue · 2 comments

struct charls_jpegls_decoder {

charls_jpegls_decoder() = default;

Thanks for the report. There was actually no need to define the defaulted constructor in the charls_jpegls_encoder class. Fixed with 07fea56

Your work is great!