summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
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)