Skip to content

Commit

Permalink
copy mCinderSurface ref from other in SurfaceImage copy constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeakin committed Jul 28, 2014
1 parent 3581f1b commit 7f226d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/Cairo/src/Cairo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ SurfaceImage::SurfaceImage( ImageSourceRef imageSource )
}

SurfaceImage::SurfaceImage( const SurfaceImage &other )
: SurfaceBase( other )
: SurfaceBase( other ), mCinderSurface( other.mCinderSurface )
{
}

Expand Down

0 comments on commit 7f226d5

Please sign in to comment.