diff options
Diffstat (limited to 'src/image.cc')
| -rw-r--r-- | src/image.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/image.cc b/src/image.cc index 24174fca..15ff24dc 100644 --- a/src/image.cc +++ b/src/image.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ #include "image.h" using boost::shared_ptr; -using namespace libdcp; +using namespace dcp; Image::Image (Size s) : _size (s) @@ -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) { |
