mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Exract struct to reuse it
This commit is contained in:
@ -19,13 +19,6 @@ using stefanfrings::HttpRequest;
|
||||
using stefanfrings::HttpResponse;
|
||||
using namespace std;
|
||||
|
||||
struct LibraryItemSorter {
|
||||
bool operator()(const LibraryItem *a, const LibraryItem *b) const
|
||||
{
|
||||
return naturalSortLessThanCI(a->name, b->name);
|
||||
}
|
||||
};
|
||||
|
||||
FolderContentControllerV2::FolderContentControllerV2() { }
|
||||
|
||||
void FolderContentControllerV2::service(HttpRequest &request, HttpResponse &response)
|
||||
|
Reference in New Issue
Block a user