summaryrefslogtreecommitdiff
path: root/src/lib/image_filename_sorter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_filename_sorter.h')
-rw-r--r--src/lib/image_filename_sorter.h2
1 files changed, 1 insertions, 1 deletions
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<int> extract_numbers (boost::filesystem::path p);
+ std::string extract_numbers (boost::filesystem::path p);
};