diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-09 23:47:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-09 23:47:13 +0100 |
| commit | b30a93607059673d40f4bfaec18ee66eba03e822 (patch) | |
| tree | 17bfc7093ae54bdf4e34d4397b896dbba31db80f /src | |
| parent | 5804d3e5e13740fda7239d26c6b10cb2aeba4f95 (diff) | |
Missing swap in Image::swap.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/image.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
