diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-19 00:37:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-22 14:34:25 +0100 |
| commit | 44cd984db9877b2a1aac3321744f7d0415f2f2e9 (patch) | |
| tree | 684fe336e2bfff84920a2c752155b5617d0d3b36 /src/lib/sqlite_database.h | |
| parent | 16b3f6c6245acf9689349dbd2af7d4411f861767 (diff) | |
Sort cinemas and DKDM recipients correctly using the collator (#2950).
Diffstat (limited to 'src/lib/sqlite_database.h')
| -rw-r--r-- | src/lib/sqlite_database.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/sqlite_database.h b/src/lib/sqlite_database.h index 7858cbf5c..1f459091f 100644 --- a/src/lib/sqlite_database.h +++ b/src/lib/sqlite_database.h @@ -23,6 +23,7 @@ #define DCPOMATIC_SQLITE_DATABASE_H +#include "collator.h" #include <boost/filesystem.hpp> struct sqlite3; @@ -46,6 +47,7 @@ public: private: sqlite3* _db = nullptr; + Collator _collator; }; |
