Try to fix Centos build.
authorCarl Hetherington <cth@carlh.net>
Mon, 9 Jul 2018 20:28:56 +0000 (21:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Jul 2018 20:28:56 +0000 (21:28 +0100)
src/lib/image.cc

index bdd4f61d8d7abd33470654f36604f3c7dfbf730b..08507ec5f8d8e1517d4bd380c8e50885dc28e22e 100644 (file)
@@ -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)