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/collator.h | |
| parent | 16b3f6c6245acf9689349dbd2af7d4411f861767 (diff) | |
Sort cinemas and DKDM recipients correctly using the collator (#2950).
Diffstat (limited to 'src/lib/collator.h')
| -rw-r--r-- | src/lib/collator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/collator.h b/src/lib/collator.h index 3cbb40748..1768c43c0 100644 --- a/src/lib/collator.h +++ b/src/lib/collator.h @@ -32,7 +32,7 @@ struct UCollator; class Collator { public: - Collator(char const* locale = nullptr); + Collator(); ~Collator(); Collator(Collator const &) = delete; |
