summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-09 21:28:56 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-09 21:28:56 +0100
commit8e79595c7867a634d89fe9da37dc142d63182a02 (patch)
tree7ab70a44481b7128fff94a27d2c85e79b113358c /src/lib
parentfa2c49210c9fcf0f26205927aec0aceb13ca69ce (diff)
Try to fix Centos build.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc
index bdd4f61d8..08507ec5f 100644
--- a/src/lib/image.cc
+++ b/src/lib/image.cc
@@ -826,7 +826,7 @@ Image::allocate ()
}
Image::Image (Image const & other)
- : enable_shared_from_this<Image>(other)
+ : boost::enable_shared_from_this<Image>(other)
, _size (other._size)
, _pixel_format (other._pixel_format)
, _aligned (other._aligned)