X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage.cc;h=01dc5b7429098c4e98ae148ac55b710184f873f0;hb=b30a93607059673d40f4bfaec18ee66eba03e822;hp=71a3a5bccd9b174b5ffea94f7eecbac250265952;hpb=5804d3e5e13740fda7239d26c6b10cb2aeba4f95;p=dcpomatic.git diff --git a/src/lib/image.cc b/src/lib/image.cc index 71a3a5bcc..01dc5b742 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -759,6 +759,7 @@ Image::swap (Image & other) } std::swap (_aligned, other._aligned); + std::swap (_extra_pixels, other._extra_pixels); } /** Destroy a Image */