X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_filename_sorter.h;h=960b1d8a70253e6b596056431d1c51b9ba39d083;hb=c5a9590a9a84eb4eee8536dfa1eef59d7126eeac;hp=2a15639cea4a487f8af0c07d1d992ccf748ec0a5;hpb=fd30397b1a1d0df6b43aedbb205913d2eec09fd0;p=dcpomatic.git diff --git a/src/lib/image_filename_sorter.h b/src/lib/image_filename_sorter.h index 2a15639ce..960b1d8a7 100644 --- a/src/lib/image_filename_sorter.h +++ b/src/lib/image_filename_sorter.h @@ -27,5 +27,5 @@ public: bool operator() (boost::filesystem::path a, boost::filesystem::path b); private: - boost::optional extract_numbers (boost::filesystem::path p); + std::string extract_numbers (boost::filesystem::path p); };