summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/spl_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/spl_entry.cc b/src/lib/spl_entry.cc
index 1e198faea..03df91729 100644
--- a/src/lib/spl_entry.cc
+++ b/src/lib/spl_entry.cc
@@ -28,8 +28,8 @@ LIBDCP_DISABLE_WARNINGS
LIBDCP_ENABLE_WARNINGS
-using std::shared_ptr;
using std::dynamic_pointer_cast;
+using std::shared_ptr;
SPLEntry::SPLEntry(shared_ptr<Content> c)