summaryrefslogtreecommitdiff
path: root/src/lib/collator.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-17 21:50:59 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-17 22:41:46 +0100
commitaf25866f2b77d856121ce67ba11ba7e9f997bfe1 (patch)
tree62430c7f769af110829e9e3ac503d2a44cfe74ff /src/lib/collator.h
parent7e6fa2a2d848f81d82d6ae5151b5ef851b4b720a (diff)
Allow Collators to have their language specified, and specify it for tests.
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 1768c43c0..3cbb40748 100644
--- a/src/lib/collator.h
+++ b/src/lib/collator.h
@@ -32,7 +32,7 @@ struct UCollator;
class Collator
{
public:
- Collator();
+ Collator(char const* locale = nullptr);
~Collator();
Collator(Collator const &) = delete;