diff --git a/blocks/Cairo/src/Cairo.cpp b/blocks/Cairo/src/Cairo.cpp index 2474c0ba62..c9e4316fe7 100644 --- a/blocks/Cairo/src/Cairo.cpp +++ b/blocks/Cairo/src/Cairo.cpp @@ -229,7 +229,7 @@ SurfaceImage::SurfaceImage( ImageSourceRef imageSource ) } SurfaceImage::SurfaceImage( const SurfaceImage &other ) - : SurfaceBase( other ) + : SurfaceBase( other ), mCinderSurface( other.mCinderSurface ) { }