diff --git a/src/preferences/time/ZoneView.cpp b/src/preferences/time/ZoneView.cpp index bd6e81227a..8b33c226e9 100644 --- a/src/preferences/time/ZoneView.cpp +++ b/src/preferences/time/ZoneView.cpp @@ -66,7 +66,7 @@ using BPrivate::ObjectDeleter; struct TimeZoneItemLess { - bool operator()(const BString& first, const BString& second) + bool operator()(const BString& first, const BString& second) const { // sort anything starting with '<' behind anything else if (first.ByteAt(0) == '<') {