Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
[libdcp.git] / src / image.cc
index f12ceea28cacdd7217a7a2f694749d00c5d1385a..15ff24dc011a04b175b9a69533afc57454564b63 100644 (file)
@@ -34,7 +34,7 @@ Image::Image (Image const & other)
 
 }
 
-Image::Image (shared_ptr<const Image> other)
+Image::Image (boost::shared_ptr<const Image> other)
        : _size (other->_size)
 {