Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Jan 2, 2025
1 parent e6242dd commit e27107e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libYARP_sig/src/yarp/sig/LayeredImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class YARP_sig_API yarp::sig::ImageLayer
int offset_x=0;
int offset_y=0;

ImageLayer(const yarp::sig::FlexImage& img, bool ena = true, colorkey_s ckey = colorkey_s {}, alpha_s alph = alpha_s {}, bool compress=true, int off_x = 0, int off_y = 0)
ImageLayer(const yarp::sig::FlexImage& img, bool ena = true, colorkey_s ckey = colorkey_s(), alpha_s alph = alpha_s(), bool compress = true, int off_x = 0, int off_y = 0)
{
layer = img;
enable = ena;
Expand Down

0 comments on commit e27107e

Please sign in to comment.