summaryrefslogtreecommitdiff
path: root/src/lib/collator.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-19 00:37:31 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-22 14:34:25 +0100
commit44cd984db9877b2a1aac3321744f7d0415f2f2e9 (patch)
tree684fe336e2bfff84920a2c752155b5617d0d3b36 /src/lib/collator.h
parent16b3f6c6245acf9689349dbd2af7d4411f861767 (diff)
Sort cinemas and DKDM recipients correctly using the collator (#2950).
Diffstat (limited to 'src/lib/collator.h')
-rw-r--r--src/lib/collator.h2
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;