summaryrefslogtreecommitdiff
path: root/src/lib/raw_image_proxy.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-07 03:03:29 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-22 23:59:43 +0100
commit0254f2d12acb2ff8d770b4e47dc15599d145fe17 (patch)
treef7240c24914ce89920f5f36636f2d771a417798c /src/lib/raw_image_proxy.cc
parent0060e0f1969823e4329b15a92e130c8790a2e9d5 (diff)
Put Image into the dcpomatic namespace.
Diffstat (limited to 'src/lib/raw_image_proxy.cc')
-rw-r--r--src/lib/raw_image_proxy.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/raw_image_proxy.cc b/src/lib/raw_image_proxy.cc
index fb0d16df8..68ea1d88b 100644
--- a/src/lib/raw_image_proxy.cc
+++ b/src/lib/raw_image_proxy.cc
@@ -36,13 +36,12 @@ DCPOMATIC_ENABLE_WARNINGS
using std::dynamic_pointer_cast;
-using std::make_pair;
using std::make_shared;
-using std::pair;
using std::shared_ptr;
using std::string;
using boost::optional;
using dcp::raw_convert;
+using namespace dcpomatic;
RawImageProxy::RawImageProxy (shared_ptr<Image> image)