summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/image_filename_sorter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_filename_sorter.cc b/src/lib/image_filename_sorter.cc
index 251124758..7bb1b4c37 100644
--- a/src/lib/image_filename_sorter.cc
+++ b/src/lib/image_filename_sorter.cc
@@ -57,6 +57,6 @@ private:
return boost::optional<int> ();
}
- return libdcp::raw_convert<int> (number);
+ return dcp::raw_convert<int> (number);
}
};